Skip to content

Commit 639d363

Browse files
cb-repoAlkaMotors
authored andcommitted
Fix discrepency between target #define and filename
1 parent 7deaaa5 commit 639d363

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Inc/targets.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@
975975

976976
#ifdef CBTECHNOLOGY_KIWI80A_F421
977977
#define FIRMWARE_NAME "KIWI80_F421"
978-
#define FILE_NAME "CB-TECHNOLOGY_KIWI-80A_F421"
978+
#define FILE_NAME "CBTECHNOLOGY_KIWI80A_F421"
979979
#define HARDWARE_GROUP_AT_B
980980
#define HARDWARE_GROUP_AT_045
981981
#define VOLTAGE_ADC_PIN GPIO_PINS_3
@@ -998,7 +998,7 @@
998998

999999
#ifdef CBTECHNOLOGY_SNIPE40A_F421
10001000
#define FIRMWARE_NAME "SNIPE40_F421"
1001-
#define FILE_NAME "CB-TECHNOLOGY_SNIPE-40A_F421"
1001+
#define FILE_NAME "CBTECHNOLOGY_SNIPE40A_F421"
10021002
#define HARDWARE_GROUP_AT_B
10031003
#define HARDWARE_GROUP_AT_045
10041004
#define VOLTAGE_ADC_PIN GPIO_PINS_3

0 commit comments

Comments
 (0)