ソースを参照

!COMMIT_MESSAGE!

dropLin 6 ヶ月 前
コミット
39cf59ef50
2 ファイル変更0 行追加8 行削除
  1. 0 5
      project/board.h
  2. 0 3
      radio/spi.h

+ 0 - 5
project/board.h

@@ -13,11 +13,6 @@
                                             // TIM3_CH1(8)
 #define BOARD_GPIO_SPI_MISO   BOARD_PORT_SPI_MISO, BOARD_PIN_SPI_MISO         //
 
-#define BOARD_PIN_SPI_MOSI    GPIO_Pin_7    //SPI1_MOSI(8)/
-#define BOARD_PORT_SPI_MOSI   GPIOA         // TIM8_CH1N/ADC12_IN7
-                                            // TIM3_CH2(8)
-#define BOARD_GPIO_SPI_MOSI   BOARD_PORT_SPI_MOSI, BOARD_PIN_SPI_MOSI         //
-
 #define BOARD_PIN_SPI_CSN    GPIO_Pin_4     //SPI1_NSS(8)/
 #define BOARD_PORT_SPI_CSN   GPIOA          // USART2_CK(8)
                                             // DAC_OUT1/ADC12_IN4

+ 0 - 3
radio/spi.h

@@ -6,9 +6,6 @@
 #include "stm32f10x_gpio.h"
 #include "board.h"
 
-#define RF_SPI_MOSI_Port                BOARD_PORT_SPI_MOSI
-#define RF_SPI_MOSI_IO                  BOARD_PIN_SPI_MOSI
-
 #define RF_SPI_MISO_Port                BOARD_PORT_SPI_MISO
 #define RF_SPI_MISO_IO                  BOARD_PIN_SPI_MISO