11 lines
143 B
C
11 lines
143 B
C
|
#ifndef _CCCONFIG_H
|
||
|
#define _CCCONFIG_H
|
||
|
|
||
|
#define CCEMBEDDED
|
||
|
#define NUM_LIN_LEDS 217
|
||
|
#define USE_NUM_LIN_LEDS 217
|
||
|
#define DFREQ 12000
|
||
|
|
||
|
#endif
|
||
|
|