all: Format code to add space after C++-style comment start.
Note: the uncrustify configuration is explicitly set to 'add' instead of 'force' in order not to alter the comments which use extra spaces after // as a means of indenting text for clarity.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|
||||
#if defined(NRF52840)
|
||||
// for tinyusb
|
||||
//#define NRFX_IRQ_IS_ENABLED 1
|
||||
// #define NRFX_IRQ_IS_ENABLED 1
|
||||
#define NRFX_POWER_ENABLED 1
|
||||
#define NRFX_POWER_CONFIG_IRQ_PRIORITY 2
|
||||
#define NRFX_SYSTICK_ENABLED 1
|
||||
|
||||
Reference in New Issue
Block a user