We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3392941 commit ffc9ebaCopy full SHA for ffc9eba
include/mgos_dht.h
@@ -26,6 +26,7 @@
26
27
#include <math.h>
28
#include <stdbool.h>
29
+#include <stdint.h>
30
31
#ifdef __cplusplus
32
extern "C" {
src/mgos_dht.c
@@ -20,7 +20,6 @@
20
* [mgos_dht.c](https://github.com/mongoose-os-libs/dht/blob/master/src/mgos_dht.c)
21
*/
22
23
-#include <stdint.h>
24
#include "mgos_dht.h"
25
#include "mgos_gpio.h"
#include "mgos_hal.h"
0 commit comments