xiaoxiang781216 commented on code in PR #6351: URL: https://github.com/apache/incubator-nuttx/pull/6351#discussion_r885955339
########## arch/z80/include/ez80/limits.h: ########## @@ -37,11 +37,11 @@ /* These could be different on machines where char is unsigned */ #ifdef __CHAR_UNSIGNED__ -#define CHAR_MIN 0 -#define CHAR_MAX UCHAR_MAX +# define CHAR_MIN 0 Review Comment: No, i forget to update this file. I should be OK now, thanks for point out. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
