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:
Damien George 2019-02-14 13:39:13 +11:00
parent f38397ba8d
commit be4e5b1f87

View File

@ -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)