update examples to use tinibios
[fw/sdcc] / device / examples / ds390 / i2c390 / ds1621.c
index f91ac5ffc54fb6f690535bdae3ece5d722bb0c7f..7592991b010118126b23dedf01ccfb78759bbaec 100644 (file)
@@ -1,7 +1,6 @@
-#include "i2clole.h"
-#include "ds1621.h"
-
+#include <tinibios.h>
 
+#include "ds1621.h"
 
 float ReadDS1621(char address) {
   float temperature;