From f1ecd74b3650048405a55850518124c92c9784af Mon Sep 17 00:00:00 2001 From: Yilin Sun Date: Sat, 24 Dec 2022 00:48:33 +0800 Subject: [PATCH] Hosted: Updated macro name. Signed-off-by: Yilin Sun --- lib/esp_hosted/hosted | 2 +- lib/esp_hosted/nxp/include/platform_wrapper.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/esp_hosted/hosted b/lib/esp_hosted/hosted index 16dece6..3583fb7 160000 --- a/lib/esp_hosted/hosted +++ b/lib/esp_hosted/hosted @@ -1 +1 @@ -Subproject commit 16dece6639c378324f460f1f0f5dc9cb1c248541 +Subproject commit 3583fb7519f4ea3487949d999a8312060d38721d diff --git a/lib/esp_hosted/nxp/include/platform_wrapper.h b/lib/esp_hosted/nxp/include/platform_wrapper.h index e9f33fa..7a5ae98 100644 --- a/lib/esp_hosted/nxp/include/platform_wrapper.h +++ b/lib/esp_hosted/nxp/include/platform_wrapper.h @@ -1,7 +1,7 @@ #ifndef PLATFORM_WRAPPER_H #define PLATFORM_WRAPPER_H -#define PLATFORM_NO_SYS 1 +#define MCU_SYS 1 #define CTRL__TIMER_ONESHOT (0)