mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fixing debug.stm32f4 build.
This commit is contained in:
parent
b3b1ba0206
commit
b260f2458e
@ -94,7 +94,7 @@ initialize_leds ()
|
||||
GPIO_Init (GPIOD, &gpioStructure);
|
||||
|
||||
GPIO_WriteBit (GPIOD,
|
||||
GPIO_Pin_12|GPIO_Pin_13|GPIO_Pin_14|GPIO_Pin_15;,
|
||||
GPIO_Pin_12|GPIO_Pin_13|GPIO_Pin_14|GPIO_Pin_15,
|
||||
Bit_RESET);
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user