File tree Expand file tree Collapse file tree
STM32F4/variants/generic_f407v Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787#define BOARD_SPI2A_NSS_PIN PB9 //Port2Pin('B', 9)
8888#define BOARD_SPI2A_SCK_PIN PB10 //Port2Pin('B',10)
8989#define BOARD_SPI2A_MISO_PIN PC2 //Port2Pin('C', 2)
90- #define BOARD_SPI2A_MOSI_PIN pc3 //Port2Pin('C', 3)
90+ #define BOARD_SPI2A_MOSI_PIN PC3 //Port2Pin('C', 3)
9191
9292#define BOARD_SPI3_NSS_PIN PA15 //Port2Pin('A',15)
9393#define BOARD_SPI3_SCK_PIN PB3 //Port2Pin('B', 3)
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ extern timer_dev timer8;
5656
5757/*
5858typedef struct stm32_pin_info {
59- gpio_dev *gpio_device; // Maple pin's GPIO device
59+ const gpio_dev * gpio_device; // Maple pin's GPIO device
6060 timer_dev *timer_device; // Pin's timer device, if any.
6161 uint8 timer_channel; // Timer channel, or 0 if none.
6262 uint8 adc_channel; // Pin ADC channel, or ADCx if none.
You can’t perform that action at this time.
0 commit comments