Skip to content

Commit f6b9631

Browse files
fix header
1 parent 100e305 commit f6b9631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

general/include/p3t1755.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ typedef struct {
6565
ReadPtr read;
6666
} p3t1755_t;
6767

68-
static inline float p3t1755_raw_to_celsius(uint16_t raw);
68+
float p3t1755_raw_to_celsius(uint16_t raw);
6969

7070
void p3t1755_init(p3t1755_t *p3t, WritePtr write, ReadPtr read,
7171
uint16_t dev_addr);

0 commit comments

Comments
 (0)