X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Ftmp123.h;h=85859b25f942f671e98dc10f35b94e056da9941e;hb=cd442d4c29789100518394a055d52261e4cbd36f;hp=cb7b377c09948ab583d11fa484bdfe08ef93e8db;hpb=56d6f07e5c87bf8745bb9548ae2227b39d083883;p=bertos.git diff --git a/bertos/drv/tmp123.h b/bertos/drv/tmp123.h index cb7b377c..85859b25 100644 --- a/bertos/drv/tmp123.h +++ b/bertos/drv/tmp123.h @@ -47,9 +47,9 @@ #include -typedef int16_t deci_celsius_t; +#include // Macro and data type to manage celsius degree -deci_celsius_t tmp123_read(KFile *fd); +deg_t tmp123_read(KFile *fd); void tmp123_init(void);