Use the directory written in the lineedit as base directory for the file dialog
[bertos.git] / bertos / hw / hw_thermo.h
index bcac93a53e27b17f38b15723e1714c74c85d8e9a..bbfc9ddef227c7db88dc5d23d8c704a603939c54 100644 (file)
@@ -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 */