mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
Fix trailing whitespace, EOF newline, indentation
This commit is contained in:
committed by
Julian Oes
parent
1d3da86abb
commit
904ab16558
@@ -43,4 +43,3 @@ add_subdirectory(../stm32_common/tone_alarm tone_alarm)
|
||||
add_subdirectory(../stm32_common/version version)
|
||||
|
||||
add_subdirectory(px4io_serial)
|
||||
|
||||
|
||||
@@ -56,4 +56,3 @@
|
||||
#endif
|
||||
|
||||
#include <px4_platform/adc.h>
|
||||
|
||||
|
||||
@@ -32,6 +32,4 @@
|
||||
****************************************************************************/
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "../../../stm32_common/include/px4_arch/io_timer.h"
|
||||
|
||||
|
||||
@@ -54,4 +54,3 @@ int stm32h7_flash_writeprotect(size_t block, bool enabled);
|
||||
#define stm32_flash_lock() stm32h7_flash_lock(PX4_FLASH_BASE)
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
||||
@@ -35,4 +35,3 @@
|
||||
|
||||
#define PX4IO_SERIAL_BUF_ALIGN ARMV7M_DCACHE_LINESIZE
|
||||
#include "../../../stm32_common/include/px4_arch/px4io_serial.h"
|
||||
|
||||
|
||||
@@ -545,4 +545,3 @@ ArchPX4IOSerial::_abort_dma()
|
||||
|
||||
rICR = rISR & rISR_ERR_FLAGS_MASK; /* clear the flags */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user