common cmake files moved to example_common

This commit is contained in:
2022-05-29 18:41:33 +02:00
parent ff569dd02c
commit c564fa37fd
9 changed files with 161 additions and 19 deletions
+1 -1
View File
@@ -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