mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
parent
14d75c0b78
commit
66540fe88e
2 changed files with 3 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#ifndef _OUTPUT_FORMAT_H
|
||||
#define _OUTPUT_FORMAT_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
|
@ -120,4 +121,4 @@ protected:
|
|||
output_format(std::string name) : name(std::move(name)) {}
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
#ifndef _PIO_TYPES_H
|
||||
#define _PIO_TYPES_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <set>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue