1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Comment about where defaults live.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@86 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
dankers 2009-12-21 04:10:50 +00:00 committed by dankers
parent fb54cca9e9
commit f457599d9c

View File

@ -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); */