freemyipod r591 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r590‎ | r591 | r592 >
Date:20:22, 12 February 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE: Remove some obviously nonsense code from the FAT driver. No idea how that got there in the first place.
Modified paths:
  • /emcore/trunk/fat.c (modified) (history)

Diff [purge]

Index: emcore/trunk/fat.c
@@ -685,7 +685,6 @@
686686 #endif
687687 ))
688688 {
689 - while (fce->locked) sleep(1000);
690689 /* Write back if it is dirty */
691690 if(fce->dirty)
692691 {