Correct C++ includes
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
parent
8ea326e429
commit
898fe12180
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
#ifndef __cplusplus
|
||||
#include <stdint.h>
|
||||
#else
|
||||
#include <cstdint.h>
|
||||
#include <cstdint>
|
||||
#endif
|
||||
|
||||
#define DEVICE4_ACTION_PASSIVE_POLL_START 0b00010
|
||||
|
|
Reference in a new issue