Core Base Classes for the Light Endpoints
Dependents: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more
Diff: Preferences.h
- Revision:
- 120:edf33bd41e4f
- Parent:
- 118:c8a80adfe90d
- Child:
- 135:7f3f963cd159
diff -r c620eb98af8b -r edf33bd41e4f Preferences.h --- a/Preferences.h Thu Mar 20 01:46:22 2014 +0000 +++ b/Preferences.h Thu Mar 20 02:24:47 2014 +0000 @@ -38,6 +38,8 @@ int getIntPreference(char *name,int def_value); bool getBooleanPreference(char *name,bool def_value); + void fixCoordsForIOC(); + private: bool initialize(); ErrorHandler *logger();