- added new driver for new haake thermostat

This commit is contained in:
zolliker
2007-02-23 12:34:30 +00:00
parent 9c464bcd61
commit 8e87815d76
2 changed files with 311 additions and 0 deletions

1
psi.c
View File

@ -86,6 +86,7 @@ void SiteInit(void) {
INIT(ArrayObjStartup);
INIT(Lsc370Startup);
INIT(LinaStartup);
INIT(HaakeStartup);
}