12 lines
144 B
C
12 lines
144 B
C
#ifndef _CCCONFIG_H
|
|
#define _CCCONFIG_H
|
|
|
|
#define CCEMBEDDED
|
|
#define NUM_LIN_LEDS 300
|
|
#define USE_NUM_LIN_LEDS 300
|
|
#define DFREQ 16000
|
|
|
|
|
|
#endif
|
|
|