Fixed comments (that were obviously copy/pasted wrongly long ago)

This commit is contained in:
Markus Fröschle
2016-08-02 08:45:26 +00:00
parent bc4a45aba4
commit b2015265e2
4 changed files with 56 additions and 50 deletions

View File

@@ -39,7 +39,7 @@
#error "unknown machine!"
#endif /* MACHINE_FIREBEE */
// #define DBG_DMA
//#define DBG_DMA
#ifdef DBG_DMA
#define dbg(format, arg...) do { xprintf("DEBUG: %s(): " format, __FUNCTION__, ##arg); } while (0)
#else