pkarashchenko commented on code in PR #2017:
URL: https://github.com/apache/nuttx-apps/pull/2017#discussion_r1309927157
##########
system/cu/cu_main.c:
##########
@@ -446,7 +446,7 @@ int main(int argc, FAR char *argv[])
while (!cu->force_exit)
{
- int ch = getc(stdin);
+ signed char ch = getc(stdin);
Review Comment:
The issue with current code should only be a problem for BE architectures
--
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]