Include structs/iobank0.h from hardware/gpio.h (#733) (#807)

This commit is contained in:
Graham Sanderson 2022-05-04 16:34:11 -05:00 committed by GitHub
parent 5325008956
commit 259da19660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
#include "pico.h" #include "pico.h"
#include "hardware/structs/sio.h" #include "hardware/structs/sio.h"
#include "hardware/structs/padsbank0.h" #include "hardware/structs/padsbank0.h"
#include "hardware/structs/iobank0.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {