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:
@@ -66,7 +66,7 @@ void board_init(void) {
|
||||
GPIO_PinInit(MICROPY_HW_LED_PORT, MICROPY_HW_LED_PIN, &led_config);
|
||||
board_led_write(true);
|
||||
|
||||
//------------- USB0 -------------//
|
||||
// ------------- USB0 ------------- //
|
||||
|
||||
// Clock
|
||||
CLOCK_EnableUsbhs0PhyPllClock(kCLOCK_Usbphy480M, 480000000U);
|
||||
|
||||
Reference in New Issue
Block a user