Update colorchord on the STM32f303
This commit is contained in:
parent
2146a5c3f5
commit
bb2cb0dd9e
4 changed files with 35 additions and 18 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue