Merge branch 'bugfix/STM32F1_POG' of https://github.com/F4FXL/MMDVM into bugfix/STM32F1_POG

This commit is contained in:
Geoffrey Merck 2020-05-04 16:44:25 +02:00
commit 419ab89ee9
1 changed files with 3 additions and 3 deletions

View File

@ -162,13 +162,13 @@ void FancyLEDEffect()
bitband_t foo[] = {&BB_LED, &BB_COSLED, &BB_PTT, &BB_DMR, &BB_DSTAR, &BB_YSF, &BB_P25, NULL, NULL, NULL}; bitband_t foo[] = {&BB_LED, &BB_COSLED, &BB_PTT, &BB_DMR, &BB_DSTAR, &BB_YSF, &BB_P25, NULL, NULL, NULL};
#if !defined(USE_ALTERNATE_NXDN_LEDS) #if !defined(USE_ALTERNATE_NXDN_LEDS)
foo_[7] = &BB_NXDN; foo[7] = &BB_NXDN;
#endif #endif
#if !defined(USE_ALTERNATE_POCSAG_LEDS) #if !defined(USE_ALTERNATE_POCSAG_LEDS)
foo__[8] = &BB_POCSAG; foo[8] = &BB_POCSAG;
#endif #endif
#if !defined(USE_ALTERNATE_FM_LEDS) #if !defined(USE_ALTERNATE_FM_LEDS)
foo__[9] = &BB_FM; foo[9] = &BB_FM;
#endif #endif
for(int i=0; i<ledCount; i++){ for(int i=0; i<ledCount; i++){