Update copyright noteices, etc.

This commit is contained in:
cnlohr 2015-07-29 01:56:18 -04:00
parent 95c0c4837b
commit bba28c688f
55 changed files with 201 additions and 41 deletions

View file

@ -30,7 +30,7 @@ CFLAGS = $(MCFLAGS) $(OPTIMIZE) $(DEFS) \
-I../embeddedcommon \
-Wl,-T,lib/stm32f303.ld
CFLAGS+=-DDEBUG
CFLAGS+=-DNUM_LIN_LEDS=17 -DDFREQ=12500 -DCCEMBEDDED
CFLAGS+=-I.
AFLAGS = $(MCFLAGS)

View file

@ -2,7 +2,7 @@
#define _ADC_H
#include <stdint.h>
#include "ccconfig.h"
#define ADCFS DFREQ
#define ADCOVERSAMP 4

View file

@ -0,0 +1,10 @@
#ifndef _CCCONFIG_H
#define _CCCONFIG_H
#define CCEMBEDDED
#define NUM_LIN_LEDS 24
#define USE_NUM_LIN_LEDS 24
#define DFREQ 12500
#endif