sabik-cpu/firmware/ccconfig.h

11 lines
143 B
C
Raw Normal View History

2021-02-23 19:05:43 +01:00
#ifndef _CCCONFIG_H
#define _CCCONFIG_H
#define CCEMBEDDED
2021-03-02 19:37:55 +01:00
#define NUM_LIN_LEDS 48
#define USE_NUM_LIN_LEDS 48
2021-02-24 20:57:00 +01:00
#define DFREQ (40000)
2021-02-23 19:05:43 +01:00
#endif