Ignore:
Timestamp:
04/02/11 03:47:39 (2 years ago)
Author:
reyalP
Message:

fix ixus100_sd780 build from last change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/ixus100_sd780/sub/100c/boot.c

    r955 r1120  
    145145        char filen[32]; 
    146146 
    147         l = Fopen_Fut("A/0xCF90a.bin","ab"); 
    148         Fwrite_Fut((void*)(START_ADDRESS),1,FWSIZE,l); 
    149         Fflush_Fut(l); 
    150         Fclose_Fut(l); 
    151         l = Fopen_Fut("A/0xCF90b.bin","ab"); 
    152         Fwrite_Fut((void*)(START_ADDRESS2),1,FWSIZE,l); 
    153         Fflush_Fut(l); 
    154         Fclose_Fut(l); 
     147        l = _Fopen_Fut("A/0xCF90a.bin","ab"); 
     148        _Fwrite_Fut((void*)(START_ADDRESS),1,FWSIZE,l); 
     149        _Fflush_Fut(l); 
     150        _Fclose_Fut(l); 
     151        l = _Fopen_Fut("A/0xCF90b.bin","ab"); 
     152        _Fwrite_Fut((void*)(START_ADDRESS2),1,FWSIZE,l); 
     153        _Fflush_Fut(l); 
     154        _Fclose_Fut(l); 
    155155 
    156156        //jF = open("/_term", O_RDONLY,0777); 
Note: See TracChangeset for help on using the changeset viewer.