-
- Downloads
stm32/pin: In pin AF object, remove union of periph ptr types.
The individual union members (like SPI, I2C) are never used, only the generic "reg" entry is. And the union names can clash with macro definitions in the HAL so better to remove them.
Showing
- ports/stm32/boards/stm32f4xx_prefix.c 1 addition, 1 deletionports/stm32/boards/stm32f4xx_prefix.c
- ports/stm32/pin.h 1 addition, 6 deletionsports/stm32/pin.h
- ports/stm32/pin_defs_stm32.h 0 additions, 12 deletionsports/stm32/pin_defs_stm32.h
- ports/teensy/mk20dx256_prefix.c 1 addition, 1 deletionports/teensy/mk20dx256_prefix.c
- ports/teensy/pin_defs_teensy.h 0 additions, 6 deletionsports/teensy/pin_defs_teensy.h
Please register or sign in to comment