Skip to content

Commit 5f091cd

Browse files
committed
Fix build with recent mbed cores
1 parent b41428b commit 5f091cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libmodbus/modbus.c

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <unistd.h>
2020
#endif
2121
#ifdef ARDUINO
22+
#include <stdbool.h>
2223
#include <Arduino.h>
2324

2425
#ifndef DEBUG

0 commit comments

Comments
 (0)