Skip to content

Commit a79c912

Browse files
committed
more trailing whitepace
1 parent 2fdcbee commit a79c912

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

src/main/target/BROTHERHOBBYH743/target.c

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
* along with INAV. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

18-
#include <stdint.h>
18+
#include <stdint.h>
1919

20-
#include "platform.h"
20+
#include "platform.h"
2121

22-
#include "drivers/bus.h"
23-
#include "drivers/io.h"
24-
#include "drivers/pwm_mapping.h"
25-
#include "drivers/timer.h"
26-
#include "drivers/pinio.h"
27-
#include "drivers/sensor.h"
22+
#include "drivers/bus.h"
23+
#include "drivers/io.h"
24+
#include "drivers/pwm_mapping.h"
25+
#include "drivers/timer.h"
26+
#include "drivers/pinio.h"
27+
#include "drivers/sensor.h"
2828

29-
BUSDEV_REGISTER_SPI_TAG(busdev_icm42605, DEVHW_ICM42605, ICM42605_SPI_BUS, ICM42605_CS_PIN, NONE, 0, DEVFLAGS_NONE, IMU_ICM42605_ALIGN);
30-
BUSDEV_REGISTER_SPI_TAG(busdev_icm42605_2, DEVHW_ICM42605, ICM42605_SPI_BUS_2, ICM42605_CS_PIN_2, NONE, 0, DEVFLAGS_NONE, IMU_ICM42605_ALIGN_2);
29+
BUSDEV_REGISTER_SPI_TAG(busdev_icm42605, DEVHW_ICM42605, ICM42605_SPI_BUS, ICM42605_CS_PIN, NONE, 0, DEVFLAGS_NONE, IMU_ICM42605_ALIGN);
30+
BUSDEV_REGISTER_SPI_TAG(busdev_icm42605_2, DEVHW_ICM42605, ICM42605_SPI_BUS_2, ICM42605_CS_PIN_2, NONE, 0, DEVFLAGS_NONE, IMU_ICM42605_ALIGN_2);
3131

32-
timerHardware_t timerHardware[] = {
32+
timerHardware_t timerHardware[] = {
3333
DEF_TIM(TIM3, CH3, PB0, TIM_USE_OUTPUT_AUTO, 0, 0), // S1
3434
DEF_TIM(TIM3, CH4, PB1, TIM_USE_OUTPUT_AUTO, 0, 1), // S2
3535

@@ -48,6 +48,6 @@
4848

4949
DEF_TIM(TIM1, CH1, PA8, TIM_USE_LED, 0, 9), // LED_2812
5050
DEF_TIM(TIM2, CH1, PA15, TIM_USE_BEEPER, 0, 0), // BEEPER PWM
51-
};
51+
};
5252

5353
const int timerHardwareCount = sizeof(timerHardware) / sizeof(timerHardware[0]);

src/main/target/BROTHERHOBBYH743/target.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
* along with this program. If not, see http://www.gnu.org/licenses/.
2323
*/
2424

25-
#pragma once
25+
#pragma once
2626

27-
#define TARGET_BOARD_IDENTIFIER "BROT"
28-
#define USBD_PRODUCT_STRING"BROTHERHOBBYH743"
27+
#define TARGET_BOARD_IDENTIFIER "BROT"
28+
#define USBD_PRODUCT_STRING "BROTHERHOBBYH743"
2929

3030
#define USE_TARGET_CONFIG
3131

@@ -65,7 +65,7 @@
6565
#define ICM42605_SPI_BUS_2 BUS_SPI4
6666
#define ICM42605_CS_PIN_2 PE11
6767

68-
// *************** SPI2 OSD ***********************
68+
// *************** SPI2 OSD ***********************
6969
#define USE_SPI_DEVICE_2
7070
#define SPI2_SCK_PIN PB13
7171
#define SPI2_MISO_PIN PB14
@@ -75,7 +75,7 @@
7575
#define MAX7456_SPI_BUS BUS_SPI2
7676
#define MAX7456_CS_PIN PB12
7777

78-
// *************** SPI3 ************************
78+
// *************** SPI3 ************************
7979
#define USE_SPI_DEVICE_3
8080
#define SPI3_SCK_PIN PB3
8181
#define SPI3_MISO_PIN PB4

0 commit comments

Comments
 (0)