Index: sources/storage/storageglobals.h =================================================================== diff -u -rd2035a8728794afeefaa244bf8d1597926d945f5 -r7a4f59af7287d30e8790e6b580327684d4e02e55 --- sources/storage/storageglobals.h (.../storageglobals.h) (revision d2035a8728794afeefaa244bf8d1597926d945f5) +++ sources/storage/storageglobals.h (.../storageglobals.h) (revision 7a4f59af7287d30e8790e6b580327684d4e02e55) @@ -24,6 +24,13 @@ extern const char *USB_File_System; // Log - extern const char *SDCard_Base_Path_Name; + extern const char *Log_Base_Path_Name ; + extern const char *Log_Base_Path_Name_Location; + extern const char *Log_File_Name ; + // Treatment + extern const char *Treatment_Profiles_Dir ; + extern const char *Treatment_Parameter_Ranges_Path ; + extern const char *Treatment_Parameter_Ranges_Path_CSV ; + extern const char *SDCard_Base_Path_Name ; }