wip
This commit is contained in:
parent
5e93258f5e
commit
53e24d88b8
@ -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
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user