xiaoxiang781216 commented on code in PR #1199: URL: https://github.com/apache/incubator-nuttx-apps/pull/1199#discussion_r898153322
########## graphics/nxwm/src/ckeyboard.cxx: ########## @@ -167,7 +167,7 @@ int CKeyboard::open(void) { // Try to open the keyboard device - fd = std::open(CONFIG_NXWM_KEYBOARD_DEVPATH, O_RDONLY); + fd = open(CONFIG_NXWM_KEYBOARD_DEVPATH, O_RDONLY); Review Comment: Since other global function doesn't add ::, I prefer to keep the current change. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org