Update colorchord on the STM32f303

This commit is contained in:
CNLohr 2020-08-05 13:28:14 -04:00
parent 2146a5c3f5
commit bb2cb0dd9e
4 changed files with 35 additions and 18 deletions

View file

@ -32,10 +32,10 @@ CFLAGS = $(MCFLAGS) $(OPTIMIZE) $(DEFS) \
CFLAGS+=-DDEBUG
#If you use a TQFP STM32F303.
#If you use a TQFP STM32F303. (x6, x8)
CFLAGS+=-I. -DTQFP32 -DHSE_VALUE=8000000
#From the nucleos(sp?)
#From the nucleos(sp?) (STM32F303xB/xC)
#CFLAGS+=-I. -DHSE_VALUE=25000000
AFLAGS = $(MCFLAGS)