diff options
Diffstat (limited to 'src/devices/machine/pxa255.cpp')
-rw-r--r-- | src/devices/machine/pxa255.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/pxa255.cpp b/src/devices/machine/pxa255.cpp index 7ab7457f757..07e7d997b8c 100644 --- a/src/devices/machine/pxa255.cpp +++ b/src/devices/machine/pxa255.cpp @@ -23,9 +23,9 @@ #define LOG_GPIO (1 << 6) #define LOG_LCD_DMA (1 << 7) #define LOG_LCD (1 << 8) -#define LOG_POWER (1 << 9) -#define LOG_RTC (1 << 10) -#define LOG_CLOCKS (1 << 11) +#define LOG_POWER (1 << 9) +#define LOG_RTC (1 << 10) +#define LOG_CLOCKS (1 << 11) #define LOG_ALL (LOG_UNKNOWN | LOG_I2S | LOG_DMA | LOG_OSTIMER | LOG_INTC | LOG_GPIO | LOG_LCD_DMA | LOG_LCD | LOG_POWER | LOG_RTC | LOG_CLOCKS) #define VERBOSE (LOG_ALL) |