Skip to content

Commit

Permalink
Disable clang-format for stage2_bootloaders (qmk#17516)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlK90 authored and zykrah committed Jul 2, 2022
1 parent 550e54d commit 03760d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion platforms/chibios/vendors/RP/stage2_bootloaders.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

#include <stdint.h>

#define BOOTLOADER_SECTION __attribute__ ((used, section (".boot2")))
#define BOOTLOADER_SECTION __attribute__((used, section(".boot2")))

// clang-format off

#if defined(RP2040_FLASH_AT25SF128A)

Expand Down Expand Up @@ -172,3 +174,5 @@ uint8_t BOOTLOADER_SECTION BOOT2_W25Q080[256] = {
};

#endif

// clang-format on

0 comments on commit 03760d1

Please sign in to comment.