stm32/mboot/mphalport.h: Include genhdr/pins.h for access to pin names.
So that mboot configuration can use names like pyb_pin_X1.
This commit is contained in:
parent
f38397ba8d
commit
be4e5b1f87
@ -26,6 +26,8 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "genhdr/pins.h"
|
||||
|
||||
#define mp_hal_delay_us_fast(us) mp_hal_delay_us(us)
|
||||
|
||||
#define MP_HAL_PIN_MODE_INPUT (0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user