diff options
| author | HiFiPhile <[email protected]> | 2024-04-29 22:22:59 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-04-29 22:22:59 +0200 |
| commit | bf1540af4c3a57245b946c8622454c05e7fc098e (patch) | |
| tree | 9ed0573097d821696b8775e4826cd555b26bdb1b /examples/typec | |
| parent | cba327fc384ae730287b0ab620d1f7ef50b0da3b (diff) | |
| parent | 1c04d5992a020aefe16ffb2acce62d84d4899395 (diff) | |
Merge branch 'master' of https://github.com/hathach/tinyusb into pr/2132
Diffstat (limited to 'examples/typec')
| -rw-r--r-- | examples/typec/power_delivery/Makefile | 4 | ||||
| -rw-r--r-- | examples/typec/power_delivery/src/main.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/typec/power_delivery/Makefile b/examples/typec/power_delivery/Makefile index 2a3d854fb..7fa475da5 100644 --- a/examples/typec/power_delivery/Makefile +++ b/examples/typec/power_delivery/Makefile @@ -1,4 +1,4 @@ -include ../../make.mk +include ../../build_system/make/make.mk INC += \ src \ @@ -8,4 +8,4 @@ INC += \ EXAMPLE_SOURCE += $(wildcard src/*.c) SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE)) -include ../../rules.mk +include ../../build_system/make/rules.mk diff --git a/examples/typec/power_delivery/src/main.c b/examples/typec/power_delivery/src/main.c index 08590aa74..489d01aa1 100644 --- a/examples/typec/power_delivery/src/main.c +++ b/examples/typec/power_delivery/src/main.c @@ -27,7 +27,7 @@ #include <stdio.h> #include <string.h> -#include "bsp/board.h" +#include "bsp/board_api.h" #include "tusb.h" //--------------------------------------------------------------------+ |
