support rzg2ul-m33

This commit is contained in:
anguoyoula
2024-02-28 16:28:16 +08:00
parent d8213ec036
commit 9327b70860
368 changed files with 167651 additions and 6 deletions
@@ -50,7 +50,7 @@ void userShellWrite(char data)
*/
signed char userShellRead(char *data)
{
#ifdef BOARD_RZV2L_M33
#if defined(BOARD_RZV2L_M33) || defined(BOARD_RZG2UL_M33)
return scanf_raw(data);
#else