Changeset 415 for trunk/kernel/kern/printk.h
- Timestamp:
- Dec 22, 2017, 1:16:59 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/printk.h
r409 r415 331 331 #endif 332 332 333 #if CONFIG_SIG NAL_DEBUG334 #define sig nal_dmsg(...) if(hal_time_stamp() > CONFIG_SIGNAL_DEBUG) printk(__VA_ARGS__)335 #else 336 #define sig nal_dmsg(...)333 #if CONFIG_SIGACTION_DEBUG 334 #define sigaction_dmsg(...) if(hal_time_stamp() > CONFIG_SIGACTION_DEBUG) printk(__VA_ARGS__) 335 #else 336 #define sigaction_dmsg(...) 337 337 #endif 338 338
Note: See TracChangeset
for help on using the changeset viewer.