[device.c] fix the comment, add RT_DEBUG_LOG

This commit is contained in:
Meco Man
2022-03-27 23:19:25 -04:00
parent a2b1757448
commit 6cf3256d4c
2 changed files with 12 additions and 8 deletions
+4
View File
@@ -52,6 +52,10 @@
#define RT_DEBUG_IPC 0
#endif
#ifndef RT_DEBUG_DEVICE
#define RT_DEBUG_DEVICE 0
#endif
#ifndef RT_DEBUG_INIT
#define RT_DEBUG_INIT 0
#endif