sabik-cpu/firmware/ccconfig.h

11 lines
153 B
C

#ifndef _CCCONFIG_H
#define _CCCONFIG_H
#define CCEMBEDDED
#define NUM_LIN_LEDS 66
#define USE_NUM_LIN_LEDS NUM_LIN_LEDS
#define DFREQ (40000)
#endif