diff options
Diffstat (limited to 'Tonokip_Firmware/ThermistorTable_200k.h')
-rw-r--r-- | Tonokip_Firmware/ThermistorTable_200k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tonokip_Firmware/ThermistorTable_200k.h b/Tonokip_Firmware/ThermistorTable_200k.h index ef68b5f..4142eb2 100644 --- a/Tonokip_Firmware/ThermistorTable_200k.h +++ b/Tonokip_Firmware/ThermistorTable_200k.h @@ -15,7 +15,7 @@ // max adc: 1023 #define NUMTEMPS 20 -short temptable[NUMTEMPS][2] = { +const short temptable[NUMTEMPS][2] = { {1, 848}, {54, 275}, {107, 228}, |