1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-21 11:54:15 +01:00

Remove meaningless settings from CC config file

This commit is contained in:
James Cotton 2012-01-24 10:39:35 -06:00
parent 66293a9788
commit f029567e66

View File

@ -83,10 +83,6 @@
/* A really shitty setting saving implementation */ /* A really shitty setting saving implementation */
#define PIOS_INCLUDE_FLASH_SECTOR_SETTINGS #define PIOS_INCLUDE_FLASH_SECTOR_SETTINGS
/* Defaults for Logging */
#define LOG_FILENAME "PIOS.LOG"
#define STARTUP_LOG_ENABLED 1
/* Alarm Thresholds */ /* Alarm Thresholds */
#define HEAP_LIMIT_WARNING 220 #define HEAP_LIMIT_WARNING 220
#define HEAP_LIMIT_CRITICAL 40 #define HEAP_LIMIT_CRITICAL 40