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:
@@ -50,8 +50,8 @@
|
||||
|
||||
#if MICROPY_PY_MACHINE
|
||||
|
||||
//#define MACHINE_WAKE_IDLE (0x01)
|
||||
//#define MACHINE_WAKE_SLEEP (0x02)
|
||||
// #define MACHINE_WAKE_IDLE (0x01)
|
||||
// #define MACHINE_WAKE_SLEEP (0x02)
|
||||
#define MACHINE_WAKE_DEEPSLEEP (0x04)
|
||||
|
||||
extern const mp_obj_type_t esp_wdt_type;
|
||||
|
||||
Reference in New Issue
Block a user