summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/pin_named_pins.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/pin_named_pins.c')
-rw-r--r--stmhal/pin_named_pins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/pin_named_pins.c b/stmhal/pin_named_pins.c
index 420a5d9e0a..f6ee165711 100644
--- a/stmhal/pin_named_pins.c
+++ b/stmhal/pin_named_pins.c
@@ -28,8 +28,8 @@
#include <string.h>
#include "py/runtime.h"
-#include "pin.h"
#include MICROPY_HAL_H
+#include "pin.h"
STATIC void pin_named_pins_obj_print(void (*print)(void *env, const char *fmt, ...), void *env, mp_obj_t self_in, mp_print_kind_t kind) {
pin_named_pins_obj_t *self = self_in;