1
0
mirror of https://github.com/raspberrypi/pico-sdk.git synced 2025-08-06 06:02:39 +03:00

include cstdint (#1318)

This fixes build on newer versions of GCC(13.0.1)
This commit is contained in:
arjunak234
2023-03-21 03:18:48 +05:30
committed by GitHub
parent 4000c9f414
commit be4c80d355

View File

@@ -7,6 +7,7 @@
#include <array>
#include <sstream>
#include <iomanip>
#include <cstdint>
#include "pio_disassembler.h"
extern "C" void disassemble(char *buf, int buf_len, uint16_t inst, uint sideset_bits, bool sideset_opt) {