mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-08 14:07:23 +00:00
Cosmetic.. include cstdint instead of stdint.h, et al
This commit is contained in:
parent
47c361c36f
commit
e52affe234
1 changed files with 2 additions and 2 deletions
|
|
@ -73,8 +73,8 @@
|
|||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <cstdint>
|
||||
#include <cstdbool>
|
||||
#include <cstring>
|
||||
|
||||
#include <nuttx/nx/nxglib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue