mirror of https://github.com/rusefi/wideband.git
f0 loader
This commit is contained in:
parent
5e1bf36caa
commit
49734dec08
|
@ -8,6 +8,8 @@ ifeq ($(USE_OPT),)
|
|||
USE_OPT = -Os -ggdb -fomit-frame-pointer -falign-functions=16 -fsingle-precision-constant
|
||||
endif
|
||||
|
||||
USE_OPT += -DWB_PROD=1
|
||||
|
||||
# C specific options here (added to USE_OPT).
|
||||
ifeq ($(USE_COPT),)
|
||||
USE_COPT =
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#include "ch.h"
|
||||
#include "hal.h"
|
||||
|
||||
#include "port_shared.h"
|
||||
#include "flash.h"
|
||||
|
|
Loading…
Reference in New Issue