colorchord/embeddedstm32f303/ccconfig.h

18 lines
258 B
C
Raw Normal View History

2015-07-29 07:56:18 +02:00
#ifndef _CCCONFIG_H
#define _CCCONFIG_H
#define CCEMBEDDED
2020-08-05 10:41:18 +02:00
#ifdef TQFP32
#define NUM_LIN_LEDS 20
#define USE_NUM_LIN_LEDS 20
#define DFREQ 12500 //XXX Incorrect.
#else
2015-07-29 07:56:18 +02:00
#define NUM_LIN_LEDS 24
#define USE_NUM_LIN_LEDS 24
#define DFREQ 12500
2020-08-05 10:41:18 +02:00
#endif
2015-07-29 07:56:18 +02:00
#endif