did some beautifying on the code

This commit is contained in:
Markus Fröschle
2016-07-31 19:13:16 +00:00
parent 1c64feb4cb
commit bc4a45aba4
8 changed files with 817 additions and 687 deletions

View File

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