This commit is contained in:
Markus Koch 2021-03-02 19:37:55 +01:00
parent 5e93258f5e
commit 53e24d88b8
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
#define _CCCONFIG_H
#define CCEMBEDDED
#define NUM_LIN_LEDS 60
#define USE_NUM_LIN_LEDS 60
#define NUM_LIN_LEDS 48
#define USE_NUM_LIN_LEDS 48
#define DFREQ (40000)
#endif

View File

@ -50,8 +50,8 @@ void ConfigureGPIO( gpio gpio, int parameters );
#ifdef STM32F30X
#define LEDPIN 0x18
#elif defined( STM32F40_41xxx )
#define LEDPIN (16+14)
#define LEDPIN2 (16+13)
#define LEDPIN (16+13)
#define LEDPIN2 (16+14)
#endif
void ConfigureUART();