aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pico-sdk/rp2040/hardware/structs/padsbank0.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pico-sdk/rp2040/hardware/structs/padsbank0.h')
-rw-r--r--lib/pico-sdk/rp2040/hardware/structs/padsbank0.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/pico-sdk/rp2040/hardware/structs/padsbank0.h b/lib/pico-sdk/rp2040/hardware/structs/padsbank0.h
new file mode 100644
index 00000000..cb14e792
--- /dev/null
+++ b/lib/pico-sdk/rp2040/hardware/structs/padsbank0.h
@@ -0,0 +1,9 @@
+/**
+ * Copyright (c) 2024 Raspberry Pi Ltd.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+// Support old header for compatibility (and if included, support old variable name)
+#include "hardware/structs/pads_bank0.h"
+#define padsbank0_hw pads_bank0_hw \ No newline at end of file