diff --git a/flight/PiOS/Common/pios_settings.c b/flight/PiOS/Common/pios_settings.c index 5a8b86625..ae99b47df 100644 --- a/flight/PiOS/Common/pios_settings.c +++ b/flight/PiOS/Common/pios_settings.c @@ -38,7 +38,7 @@ SettingsTypeDef Settings; /** -* Populate System global Settings into Structs using MinIni, defaults are also set here. +* Populate System global Settings into Structs using MinIni, defaults are also set here via macros from pios_config.h */ /* Value Reading: ini_getl("Section", "Key", (DefaultValue), IniFile); */ /* String Reading: ini_gets("Section", "Key", "DefaultValue", StrBuffer, sizearray(StrBuffer), IniFile); */