common cmake files moved to example_common
This commit is contained in:
@@ -21,7 +21,7 @@ ReturnValue_t STM32TestTask::initialize() {
|
||||
|
||||
ReturnValue_t STM32TestTask::performPeriodicAction() {
|
||||
if (blinkyLed) {
|
||||
#if OBSW_ETHERNET_USE_LEDS == 0
|
||||
#if OBSW_ETHERNET_USE_LED1_LED2 == 0
|
||||
BSP_LED_Toggle(LED1);
|
||||
BSP_LED_Toggle(LED2);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user