8000 stm32/mboot/mphalport.h: Include genhdr/pins.h for access to pin names. · lolsborn/micropython@be4e5b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit be4e5b1

Browse files
committed
stm32/mboot/mphalport.h: Include genhdr/pins.h for access to pin names.
So that mboot configuration can use names like pyb_pin_X1.
1 parent f38397b commit be4e5b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/stm32/mboot/mphalport.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626

2727
#include <stdbool.h>
2828

29+
#include "genhdr/pins.h"
30+
2931
#define mp_hal_delay_us_fast(us) mp_hal_delay_us(us)
3032

3133
#define MP_HAL_PIN_MODE_INPUT (0)

0 commit comments

Comments
 (0)
0