diff --git a/ports/cc3200/application.mk b/ports/cc3200/application.mk index b40cfcd07c..6f4452da6b 100644 --- a/ports/cc3200/application.mk +++ b/ports/cc3200/application.mk @@ -18,7 +18,6 @@ APP_INC += -Iutil APP_INC += -Ibootmgr APP_INC += -I$(BUILD) APP_INC += -I$(BUILD)/genhdr -APP_INC += -I$(TOP)/ports/stm32 APP_CPPDEFINES = -Dgcc -DTARGET_IS_CC3200 -DSL_FULL -DUSE_FREERTOS diff --git a/ports/cc3200/mods/pybadc.c b/ports/cc3200/mods/pybadc.c index 7466428256..6f9f1f19ae 100644 --- a/ports/cc3200/mods/pybadc.c +++ b/ports/cc3200/mods/pybadc.c @@ -32,7 +32,7 @@ #include "py/binary.h" #include "py/gc.h" #include "py/mperrno.h" -#include "bufhelper.h" +#include "ports/stm32/bufhelper.h" #include "inc/hw_types.h" #include "inc/hw_adc.h" #include "inc/hw_ints.h" diff --git a/ports/cc3200/mods/pybi2c.c b/ports/cc3200/mods/pybi2c.c index 5d77dc8367..a413eddeb2 100644 --- a/ports/cc3200/mods/pybi2c.c +++ b/ports/cc3200/mods/pybi2c.c @@ -31,7 +31,7 @@ #include "py/runtime.h" #include "py/mperrno.h" #include "py/mphal.h" -#include "bufhelper.h" +#include "ports/stm32/bufhelper.h" #include "inc/hw_types.h" #include "inc/hw_i2c.h" #include "inc/hw_ints.h" diff --git a/ports/cc3200/mods/pybspi.c b/ports/cc3200/mods/pybspi.c index 61086ec2e1..fa38f0c657 100644 --- a/ports/cc3200/mods/pybspi.c +++ b/ports/cc3200/mods/pybspi.c @@ -30,7 +30,7 @@ #include "py/runtime.h" #include "py/mperrno.h" -#include "bufhelper.h" +#include "ports/stm32/bufhelper.h" #include "inc/hw_types.h" #include "inc/hw_mcspi.h" #include "inc/hw_ints.h"