Skip to content

Commit

Permalink
can api: fix for toolchain with limited c++ support
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed May 15, 2023
1 parent 2543716 commit ddca5c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions api/CanMsg.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
* INCLUDE
**************************************************************************************/

#include <cstdlib>
#include <cstdint>
#include <cstring>
#include <stdint.h>
#include <string.h>

#include <Arduino.h>

Expand Down
2 changes: 1 addition & 1 deletion api/CanMsgRingbuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* INCLUDE
**************************************************************************************/

#include <cstdint>
#include <stdint.h>

#include "CanMsg.h"

Expand Down

0 comments on commit ddca5c6

Please sign in to comment.