Skip to content

Commit

Permalink
Line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
Scavanger committed Jun 15, 2021
1 parent c7ea261 commit 2629aa7
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/target/FOXEERF405/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,4 @@
#define TARGET_IO_PORTB 0xffff
#define TARGET_IO_PORTC 0xffff
#define TARGET_IO_PORTD (BIT(2))

1 change: 1 addition & 0 deletions src/main/target/FOXEERF722DUAL/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,4 @@
#define TARGET_IO_PORTB 0xffff
#define TARGET_IO_PORTC 0xffff
#define TARGET_IO_PORTD (BIT(2))

1 change: 1 addition & 0 deletions src/main/target/HGLRCF722/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,4 @@
#define USE_DSHOT
#define USE_SERIALSHOT
#define USE_ESC_SENSOR

1 change: 1 addition & 0 deletions src/main/target/KAKUTEF7/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,4 @@
#define MAX_PWM_OUTPUT_PORTS 6

#define BNO055_I2C_BUS BUS_I2C1

1 change: 1 addition & 0 deletions src/main/target/KAKUTEF7MINIV3/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,4 @@
#define TARGET_IO_PORTB 0xffff
#define TARGET_IO_PORTC 0xffff
#define TARGET_IO_PORTD (BIT(2))

1 change: 1 addition & 0 deletions src/main/target/MAMBAF405US/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,4 @@
#define PITOT_I2C_BUS DEFAULT_I2C_BUS
#define RANGEFINDER_I2C_BUS DEFAULT_I2C_BUS
#define BNO055_I2C_BUS DEFAULT_I2C_BUS

1 change: 1 addition & 0 deletions src/main/target/MAMBAF722/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,4 @@
#define BNO055_I2C_BUS DEFAULT_I2C_BUS

#endif

1 change: 1 addition & 0 deletions src/main/target/MATEKF722SE/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,4 @@
#define USE_ESC_SENSOR

#define BNO055_I2C_BUS BUS_I2C1

1 change: 1 addition & 0 deletions src/main/target/MATEKH743/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,4 @@
#define USE_DSHOT
#define USE_ESC_SENSOR
#define USE_SERIALSHOT

1 change: 1 addition & 0 deletions src/main/target/SPEEDYBEEF4/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,4 @@
#define TARGET_IO_PORTD (BIT(2))

#define RANGEFINDER_I2C_BUS BUS_I2C1

0 comments on commit 2629aa7

Please sign in to comment.