mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 10:36:04 +08:00
[device.c] fix the comment, add RT_DEBUG_LOG
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user