Changed general file descriptors to specific for CDU

Dependents:   CDUFinal CDU_Mbed_36

Fork of ConfigFile by Shinichiro Nakamura

Files at this revision

API Documentation at this revision

Comitter:
WillemBraat
Date:
Tue Jul 01 13:20:35 2014 +0000
Parent:
6:f6ceafabe9f8
Commit message:
Removed excess comment

Changed in this revision

ConfigFile.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ConfigFile.cpp	Wed Sep 15 13:49:15 2010 +0000
+++ b/ConfigFile.cpp	Tue Jul 01 13:20:35 2014 +0000
@@ -44,7 +44,7 @@
      * Remove cnofig_t list.
      */
     free(configlist);
-    configlist = NULL;
+    configlist = NULL; 
 }
 
 /**