X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_thermo.h;h=bbfc9ddef227c7db88dc5d23d8c704a603939c54;hb=1fc71821dbce1d85a5d5227bd9e6580b573e8eba;hp=bcac93a53e27b17f38b15723e1714c74c85d8e9a;hpb=107743ef422de7a4c926a20ff87eee1515eb1987;p=bertos.git diff --git a/bertos/hw/hw_thermo.h b/bertos/hw/hw_thermo.h index bcac93a5..bbfc9dde 100644 --- a/bertos/hw/hw_thermo.h +++ b/bertos/hw/hw_thermo.h @@ -27,6 +27,7 @@ * the GNU General Public License. * * Copyright 2008 Develer S.r.l. (http://www.develer.com/) + * All Rights Reserved. * --> * * \brief thermo hardware-specific control functions. @@ -118,7 +119,7 @@ INLINE void thermo_hw_off(ThermoDev dev) switch (dev) { case THERMO_TEST: - phase_setPower(TRIAC_TEST, 0); + phase_setPower(TRIAC_TEST, 0); break; /* Put here a thermo device to turn off */