File tree 4 files changed +3
-4
lines changed
4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ APP_INC += -Iutil
18
18
APP_INC += -Ibootmgr
19
19
APP_INC += -I$(BUILD )
20
20
APP_INC += -I$(BUILD ) /genhdr
21
- APP_INC += -I$(TOP ) /ports/stm32
22
21
23
22
APP_CPPDEFINES = -Dgcc -DTARGET_IS_CC3200 -DSL_FULL -DUSE_FREERTOS
24
23
Original file line number Diff line number Diff line change 32
32
#include "py/binary.h"
33
33
#include "py/gc.h"
34
34
#include "py/mperrno.h"
35
- #include "bufhelper.h"
35
+ #include "ports/stm32/ bufhelper.h"
36
36
#include "inc/hw_types.h"
37
37
#include "inc/hw_adc.h"
38
38
#include "inc/hw_ints.h"
Original file line number Diff line number Diff line change 31
31
#include "py/runtime.h"
32
32
#include "py/mperrno.h"
33
33
#include "py/mphal.h"
34
- #include "bufhelper.h"
34
+ #include "ports/stm32/ bufhelper.h"
35
35
#include "inc/hw_types.h"
36
36
#include "inc/hw_i2c.h"
37
37
#include "inc/hw_ints.h"
Original file line number Diff line number Diff line change 30
30
31
31
#include "py/runtime.h"
32
32
#include "py/mperrno.h"
33
- #include "bufhelper.h"
33
+ #include "ports/stm32/ bufhelper.h"
34
34
#include "inc/hw_types.h"
35
35
#include "inc/hw_mcspi.h"
36
36
#include "inc/hw_ints.h"
You can’t perform that action at this time.
0 commit comments