Index: firmware/App/Controllers/Heaters.h =================================================================== diff -u -r304797ba69ef356e1e9436f81a624c01126d6cd1 -r5c967dc311b485769e50e5e4f122be21079b5ae9 --- firmware/App/Controllers/Heaters.h (.../Heaters.h) (revision 304797ba69ef356e1e9436f81a624c01126d6cd1) +++ firmware/App/Controllers/Heaters.h (.../Heaters.h) (revision 5c967dc311b485769e50e5e4f122be21079b5ae9) @@ -32,6 +32,8 @@ * @{ */ +// ********** Public definitions ********** + #pragma pack(push,1) /// Target temperature data structure. @@ -58,7 +60,7 @@ #pragma pack(pop) -// ********** public function prototypes ********** +// ********** Public function prototypes ********** void initHeaters( void );