Index: sources/storage/StorageGlobals.h =================================================================== diff -u -rcb5477be624b09e13d5fc4498634ca621722fd0e -r821bf955d0ba7e028bccfee7c04ca77cf80a0bd4 --- sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision cb5477be624b09e13d5fc4498634ca621722fd0e) +++ sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision 821bf955d0ba7e028bccfee7c04ca77cf80a0bd4) @@ -23,14 +23,9 @@ extern const char *USB_Mount_Point; extern const char *USB_File_System; - // Log - extern const char *Log_Base_Path_Name ; - extern const char *Log_Base_Path_Name_Location; - extern const char *Log_File_Name ; + // SD-CARD + extern const char *SDCard_Base_Path_Name; - // Treatment - extern const char *Treatment_Base_Dir ; - extern const char *Treatment_Profiles_Dir ; - extern const char *Treatment_Parameter_Ranges_Path_JSON; - extern const char *SDCard_Base_Path_Name ; + // Settings + extern const char *Settings_Path_Name; }