diff options
| author | Selene ToyKeeper | 2017-08-28 01:59:06 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2017-08-28 01:59:06 -0600 |
| commit | a4be98cddedbbdfb87b18dd745ef468a536b1826 (patch) | |
| tree | 01344d1277b78b45db4406b2c909294ac951213b /spaghetti-monster/fsm-adc.h | |
| parent | Added beacon mode and beacon config mode. (diff) | |
| download | anduril-a4be98cddedbbdfb87b18dd745ef468a536b1826.tar.gz anduril-a4be98cddedbbdfb87b18dd745ef468a536b1826.tar.bz2 anduril-a4be98cddedbbdfb87b18dd745ef468a536b1826.zip | |
Added thermal config mode... but I'm not sure if it's the right UI for this or not.
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/fsm-adc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/fsm-adc.h b/spaghetti-monster/fsm-adc.h index c12405c..af30b69 100644 --- a/spaghetti-monster/fsm-adc.h +++ b/spaghetti-monster/fsm-adc.h @@ -69,7 +69,7 @@ void battcheck(); volatile int16_t temperature; // temperature in a few seconds, in C (ish) * 4 (13.2 fixed-point) volatile int16_t projected_temperature; // Fight the future! -uint8_t therm_ceil = DEFAULT_THERM_CEIL; +volatile uint8_t therm_ceil = DEFAULT_THERM_CEIL; //void low_temperature(); //void high_temperature(); #endif |
