Subversion Repositories freemyipod

Rev

Rev 672 | Rev 835 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 672 Rev 692
Line 846... Line 846...
846
    backlight_set_fade(32);
846
    backlight_set_fade(32);
847
    backlight_set_brightness(177);
847
    backlight_set_brightness(177);
848
    backlight_on(true);
848
    backlight_on(true);
849
 
849
 
850
    disk_mount(0);
850
    disk_mount(0);
-
 
851
    remove("/.boot/init.emcoreapp");
851
    int updating = !(appleflash || rc);
852
    int updating = !(appleflash || rc);
852
    int cost;
853
    int cost;
853
    if (updating)
854
    if (updating)
854
    {
855
    {
855
        cost = commoncost;
856
        cost = commoncost;