We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81586ae commit cb629b7Copy full SHA for cb629b7
os/hal/src/hal.c
@@ -67,9 +67,6 @@ void halInit(void) {
67
#endif
68
#if HAL_USE_PAL || defined(__DOXYGEN__)
69
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);
73
74
#if HAL_USE_ADC || defined(__DOXYGEN__)
75
adcInit();
0 commit comments