Skip to content

Commit

Permalink
Update MCU type
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Feb 18, 2025
1 parent 7fbb6e0 commit b3e9dc5
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion configs/AIRBOTG4AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#pragma once

#define FC_TARGET_MCU STM32G47X
#define FC_TARGET_MCU STM32G474

#define BOARD_NAME AIRBOTG4AIO
#define MANUFACTURER_ID AIRB
Expand Down
2 changes: 1 addition & 1 deletion configs/BETAFPVG473/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#pragma once

#define FC_TARGET_MCU STM32G47X
#define FC_TARGET_MCU STM32G473

#define BOARD_NAME BETAFPVG473
#define MANUFACTURER_ID BEFH
Expand Down
2 changes: 1 addition & 1 deletion configs/HYBRIDG4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#pragma once

#define FC_TARGET_MCU STM32G47X
#define FC_TARGET_MCU STM32G474

#define BOARD_NAME HYBRIDG4
#define MANUFACTURER_ID NERC
Expand Down
2 changes: 1 addition & 1 deletion configs/KAKUTEG4AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#pragma once

#define FC_TARGET_MCU STM32G47X
#define FC_TARGET_MCU STM32G473

#define BOARD_NAME KAKUTEG4AIO
#define MANUFACTURER_ID HBRO
Expand Down
2 changes: 1 addition & 1 deletion configs/LUXHDAIO-G4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#pragma once

#define FC_TARGET_MCU STM32G47X
#define FC_TARGET_MCU STM32G473

#define BOARD_NAME LUXHDAIO-G4
#define MANUFACTURER_ID LMNR
Expand Down
2 changes: 1 addition & 1 deletion configs/LUXMICROAIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#pragma once

#define FC_TARGET_MCU STM32G47X
#define FC_TARGET_MCU STM32G473

#define BOARD_NAME LUXMICROAIO
#define MANUFACTURER_ID LMNR
Expand Down
2 changes: 1 addition & 1 deletion configs/MAMBAG4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#pragma once

#define FC_TARGET_MCU STM32G47X
#define FC_TARGET_MCU STM32G473

#define BOARD_NAME MAMBAG4
#define MANUFACTURER_ID DIAT
Expand Down
2 changes: 1 addition & 1 deletion configs/MERCURYG4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#pragma once

#define FC_TARGET_MCU STM32G47X
#define FC_TARGET_MCU STM32G474

#define BOARD_NAME MERCURYG4
#define MANUFACTURER_ID ANYL
Expand Down
2 changes: 1 addition & 1 deletion configs/NEUTRONRCG4AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#pragma once

#define FC_TARGET_MCU STM32G47X
#define FC_TARGET_MCU STM32G474

#define BOARD_NAME NEUTRONRCG4AIO
#define MANUFACTURER_ID NERC
Expand Down
2 changes: 1 addition & 1 deletion configs/NUCLEOG474/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#pragma once

#define FC_TARGET_MCU STM32G47X
#define FC_TARGET_MCU STM32G474

#define BOARD_NAME NUCLEOG474
#define MANUFACTURER_ID STMI
Expand Down

0 comments on commit b3e9dc5

Please sign in to comment.