Skip to content

Commit cb629b7

Browse files
author
Jeremy Booth
committed
changing how LEDs are handled on init.
1 parent 81586ae commit cb629b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

os/hal/src/hal.c

-3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ void halInit(void) {
6767
#endif
6868
#if HAL_USE_PAL || defined(__DOXYGEN__)
6969
palInit(&pal_default_config);
70-
//palClearPad( GPIOA, GPIOA_4_STM_PA4_LED_RED);
71-
//palClearPad( GPIOA, GPIOA_8_STM_PA8_LED_GREEN);
72-
//palClearPad( GPIOB, GPIOB_4_STM_PB4_LED_BLUE);
7370
#endif
7471
#if HAL_USE_ADC || defined(__DOXYGEN__)
7572
adcInit();

0 commit comments

Comments
 (0)