8000
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 2543716 commit ddca5c6Copy full SHA for ddca5c6
api/CanMsg.h
@@ -12,9 +12,8 @@
12
* INCLUDE
13
**************************************************************************************/
14
15
-#include <cstdlib>
16
-#include <cstdint>
17
-#include <cstring>
+#include <stdint.h>
+#include <string.h>
18
19
#include <Arduino.h>
20
api/CanMsgRingbuffer.h
@@ -12,7 +12,7 @@
#include "CanMsg.h"
0 commit comments