changeset 754 | 4715f4ed8e0c |
parent 749 | 5cbb8e9ad67c |
child 807 | 46027bb24429 |
--- a/include/unix/applicfg.h Mon Oct 01 19:18:35 2012 +0200 +++ b/include/unix/applicfg.h Tue Oct 02 21:45:24 2012 +0200 @@ -78,8 +78,8 @@ /* -------------------------------------- */ #ifdef __KERNEL__ # define MSG(...) printk (__VA_ARGS__) -#elif defined USE_RTAI -# define MSG(...) /*rt_printk (__VA_ARGS__)*/ +//#elif defined USE_RTAI +//# define MSG(...) rt_printk (__VA_ARGS__) #elif defined USE_XENO # define MSG(...) #else