Michael Spencer / Smoothie

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers debug.h Source File

debug.h

00001 #ifndef _DEBUG_H
00002 #define _DEBUG_H
00003 
00004 #define ENTER_ISR() do {} while (0)
00005 #define LEAVE_ISR() do {} while (0)
00006 
00007 #define printf(...) iprintf(__VA_ARGS__)
00008 
00009 #endif /* _DEBUG_H */