From 793a04b991e649900427c89fd18d275d5b0f7db2 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Fri, 13 Dec 2013 21:44:06 +0100 Subject: [PATCH] Align section attributes usage: always before the variable name. --- ThermistorTable.double.h | 2 +- ThermistorTable.single.h | 2 +- extruder/ThermistorTable.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ThermistorTable.double.h b/ThermistorTable.double.h index 73c0036..fdb1e5a 100644 --- a/ThermistorTable.double.h +++ b/ThermistorTable.double.h @@ -35,7 +35,7 @@ // Must be the same for all tables. #define NUMTEMPS 102 -const uint16_t temptable[NUMTABLES][NUMTEMPS][2] PROGMEM = { +const uint16_t PROGMEM temptable[NUMTABLES][NUMTEMPS][2] = { // Table for the Extruder. // Thermistor: EPCOS B57560G104F diff --git a/ThermistorTable.single.h b/ThermistorTable.single.h index 9734fa0..8468c80 100644 --- a/ThermistorTable.single.h +++ b/ThermistorTable.single.h @@ -35,7 +35,7 @@ // Must be the same for all tables. #define NUMTEMPS 20 -const uint16_t temptable[NUMTABLES][NUMTEMPS][2] PROGMEM = { +const uint16_t PROGMEM temptable[NUMTABLES][NUMTEMPS][2] = { // Table for the Extruder. // Thermistor: unknown diff --git a/extruder/ThermistorTable.h b/extruder/ThermistorTable.h index 32c1fad..36dd328 100644 --- a/extruder/ThermistorTable.h +++ b/extruder/ThermistorTable.h @@ -24,7 +24,7 @@ // max adc: 1023 #define NUMTEMPS 20 // {ADC, temp*4 }, // temp -const uint16_t temptable[NUMTABLES][NUMTEMPS][2] PROGMEM = { +const uint16_t PROGMEM temptable[NUMTABLES][NUMTEMPS][2] = { { {1, 3364}, // 841.027617469 C {21, 1329}, // 332.486789769 C