freemyipod r750 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r749‎ | r750 | r751 >
Date:20:50, 13 July 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE: Fix red (missing declaration)
Modified paths:
  • /emcore/trunk/target/ipodnano4g/s5l8720.h (modified) (history)

Diff [purge]

Index: emcore/trunk/target/ipodnano4g/s5l8720.h
@@ -528,6 +528,7 @@
529529
530530
531531 /////LCD/////
 532+#define LCDCON (*((uint32_t volatile*)(0x38300000)))
532533 #define LCDWCMD (*((uint32_t volatile*)(0x38300004)))
533534 #define LCDSTATUS (*((uint32_t volatile*)(0x3830001c)))
534535 #define LCDWDATA (*((uint32_t volatile*)(0x38300040)))