modify 1st page to cache mode PASSTHROUGH

This commit is contained in:
Markus Fröschle
2016-04-02 18:56:20 +00:00
parent 181a83db5a
commit 627aa0c2c4
5 changed files with 7 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
* option any later version. See doc/license.txt for details.
*/
#define DBG_VIDEL
// #define DBG_VIDEL
#ifdef DBG_VIDEL
#define dbg(format, arg...) do { xprintf("DEBUG: %s(): " format, __FUNCTION__, ##arg); } while (0)
#else