mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Pr cleanup board files (#12218)
Clear non exist functions definitions Added RC Serial note before its relevant definitions
This commit is contained in:
committed by
Lorenz Meier
parent
8a0beb83db
commit
b0176dc88a
@@ -266,6 +266,8 @@
|
||||
#define HRT_TIMER 5 /* use timer5 for the HRT */
|
||||
#define HRT_TIMER_CHANNEL 1 /* use capture/compare channel 3 */
|
||||
|
||||
/* RC Serial port */
|
||||
|
||||
#define RC_UXART_BASE STM32_UART5_BASE
|
||||
#define RC_SERIAL_PORT "/dev/ttyS4"
|
||||
#define BOARD_HAS_SINGLE_WIRE 0 /* HW is capable of Single Wire */
|
||||
@@ -367,16 +369,6 @@ int stm32_sdio_initialize(void);
|
||||
|
||||
extern void stm32_spiinitialize(void);
|
||||
|
||||
/************************************************************************************
|
||||
* Name: stm32_spi_bus_initialize
|
||||
*
|
||||
* Description:
|
||||
* Called to configure SPI Buses.
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
extern int stm32_spi_bus_initialize(void);
|
||||
|
||||
void board_spi_reset(int ms);
|
||||
#define board_peripheral_reset(ms)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user