sabik-cpu/firmware/ccconfig.h

11 lines
143 B
C
Raw Permalink Normal View History

2021-02-23 19:05:43 +01:00
#ifndef _CCCONFIG_H
#define _CCCONFIG_H
#define CCEMBEDDED
#define NUM_LIN_LEDS 60
#define USE_NUM_LIN_LEDS 60
2021-03-01 19:11:56 +01:00
#define DFREQ (40000)
2021-02-23 19:05:43 +01:00
#endif