freemyipod r307 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r306‎ | r307 | r308 >
Date:01:11, 2 December 2010
Author:theseven
Status:new
Tags:
Comment:
emBIOS: Wait for LCD DMA requests to complete before running another firmware
Modified paths:
  • /embios/trunk/shutdown.c (modified) (history)

Diff [purge]

Index: embios/trunk/shutdown.c
@@ -44,4 +44,7 @@
4545 lcd_shutdown();
4646 #endif
4747 }
 48+#ifdef HAVE_LCD
 49+ else displaylcd_sync();
 50+#endif
4851 }