freemyipod r709 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r708‎ | r709 | r710 >
Date:02:49, 25 April 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE: #ifdef lcd_get_format syscall definition correctly
Modified paths:
  • /emcore/trunk/syscallapi.c (modified) (history)

Diff [purge]

Index: emcore/trunk/syscallapi.c
@@ -173,6 +173,7 @@
174174 .rendertext = rendertext,
175175 .get_font_width = get_font_width,
176176 .get_font_height = get_font_height,
 177+ .lcd_get_format = lcd_get_format,
177178 #endif
178179 #ifdef HAVE_BACKLIGHT
179180 .backlight_on = backlight_on,
@@ -218,7 +219,6 @@
219220 #ifdef HAVE_STORAGE
220221 .fat_enable_flushing = fat_enable_flushing,
221222 #endif
222 - .lcd_get_format = lcd_get_format,
223223 .crc32 = crc32,
224224 .clockgate_get_state = clockgate_get_state,
225225 .malloc_walk = malloc_walk,