mirror of https://github.com/ARMmbed/mbed-os.git
move #include <stdint.h> after module-specific includes
parent
20e945874b
commit
306c5939af
|
@ -22,8 +22,8 @@
|
|||
extern "C" {
|
||||
#endif // __cplusplus
|
||||
|
||||
#include <stdint.h>
|
||||
#include "storage_abstraction/Driver_Storage.h"
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* General return codes. All Flash-Journal APIs return an int32_t to allow for
|
||||
|
|
Loading…
Reference in New Issue