replace <cinttypes> with <inttypes.h>

- <cinttypes> isn't available in the NuttX c++ library
This commit is contained in:
Daniel Agar
2019-01-06 11:34:39 -05:00
parent 195dbf4ab6
commit c0b464e9e2
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ struct_size, padding_end_size = add_padding_bytes(sorted_fields, search_path)
topic_fields = ["%s %s" % (convert_type(field.type), field.name) for field in sorted_fields]
}@
#include <cinttypes>
#include <inttypes.h>
#include <px4_log.h>
#include <px4_defines.h>
#include <uORB/topics/@(topic_name).h>