diff --git a/Ubiquitous/XiZi_IIoT/tool/shell/letter-shell/shell_port.c b/Ubiquitous/XiZi_IIoT/tool/shell/letter-shell/shell_port.c index 81cb349e8..f867d4bc9 100644 --- a/Ubiquitous/XiZi_IIoT/tool/shell/letter-shell/shell_port.c +++ b/Ubiquitous/XiZi_IIoT/tool/shell/letter-shell/shell_port.c @@ -21,7 +21,7 @@ #include "xsconfig.h" #include -#ifdef BOARD_RZV2L_M33 +#if defined(BOARD_RZV2L_M33) || defined(BOARD_RZG2UL_M33) #include #endif @@ -119,7 +119,7 @@ int userShellInit(void) shell.write = userShellWrite; shell.read = userShellRead; -#ifdef BOARD_RZV2L_M33 +#if defined(BOARD_RZV2L_M33) || defined(BOARD_RZG2UL_M33) #else console = ObtainConsole();