fix whitespace
This commit is contained in:
parent
f665da37bd
commit
509816147d
|
@ -102,7 +102,7 @@ include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
|
|||
include $(CHIBIOS)/test/rt/test.mk
|
||||
|
||||
# Define linker script file here
|
||||
LDSCRIPT= $(STARTUPLD)/STM32F407xG.ld
|
||||
LDSCRIPT = $(STARTUPLD)/STM32F407xG.ld
|
||||
|
||||
# C sources that can be compiled in ARM or THUMB mode depending on the global
|
||||
# setting.
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
/*
|
||||
* USBH driver system settings.
|
||||
*/
|
||||
|
||||
#define STM32_OTG1_CHANNELS_NUMBER 8
|
||||
#define STM32_OTG2_CHANNELS_NUMBER 12
|
||||
|
||||
|
@ -64,3 +63,4 @@
|
|||
|
||||
#define STM32_USBH_MIN_QSPACE 4
|
||||
#define STM32_USBH_CHANNELS_NP 4
|
||||
|
||||
|
|
Loading…
Reference in New Issue