We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100e305 commit f6b9631Copy full SHA for f6b9631
1 file changed
general/include/p3t1755.h
@@ -65,7 +65,7 @@ typedef struct {
65
ReadPtr read;
66
} p3t1755_t;
67
68
-static inline float p3t1755_raw_to_celsius(uint16_t raw);
+float p3t1755_raw_to_celsius(uint16_t raw);
69
70
void p3t1755_init(p3t1755_t *p3t, WritePtr write, ReadPtr read,
71
uint16_t dev_addr);
0 commit comments