config cleanups

This commit is contained in:
Stefan `Sec` Zehl 2011-08-04 14:55:09 +02:00
parent 2e1f1a69d1
commit ff2c891961
2 changed files with 2 additions and 12 deletions

View File

@ -13,18 +13,6 @@
/**************************************************************************/
void readcfg(void) {
readConfig();
};
void savecfg(void){
saveConfig();
};
void applycfg(void){
applyConfig();
};
//# MENU config
void changer(void){
uint8_t numentries = 0;

View File

@ -49,6 +49,8 @@ int saveConfig(void){
UINT allwrite=0;
int res;
lcdClear();
res=f_open(&file, CONFFILE, FA_OPEN_ALWAYS|FA_WRITE);
lcdPrint("create:");
lcdPrintln(f_get_rc_string(res));