small fixes

This commit is contained in:
hg
2014-11-17 19:20:07 +01:00
parent 33a8a35bf8
commit d6770ca39c
2 changed files with 7 additions and 7 deletions

View File

@ -21,8 +21,8 @@ namespace Config {
const int MAGIC = 0;
const int ADC1START = 4;
const int ADC2START = 12;
const int THERMO1ALPHA = 20;
const int THERMO2ALPHA = 24;
const int THERMO1START = 20;
const int THERMO2START = 24;
void initialize();
bool isInitialized();
@ -35,4 +35,4 @@ namespace Config {
}
#endif // _config_h_
#endif // _config_h_