Liquivision import fixes

Fixed rounding of temperatures
Fixed compile warnings

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
John Van Ostrand 2014-11-07 12:51:01 -05:00 committed by Dirk Hohndel
parent 8136306911
commit d4121fb42a
2 changed files with 5 additions and 4 deletions

1
file.h
View file

@ -7,6 +7,7 @@ struct memblock {
};
extern int try_to_open_cochran(const char *filename, struct memblock *mem);
extern int try_to_open_liquivision(const char *filename, struct memblock *mem);
#ifdef __cplusplus
extern "C" {