xiaoxiang781216 commented on code in PR #11711:
URL: https://github.com/apache/nuttx/pull/11711#discussion_r1493768159


##########
tools/mkdeps.c:
##########
@@ -81,12 +81,12 @@
  * Private Types
  ****************************************************************************/
 
-enum slashmode_e
+typedef enum
 {
-  MODE_FSLASH  = 0,
-  MODE_BSLASH  = 1,
-  MODE_DBLBACK = 2
-};
+  TOOLCHAIN_GNU      = 0,

Review Comment:
   should we use the same approach as incdir.c for compiler detecting?



-- 
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

Reply via email to