Skip to content

Commit c69f942

Browse files
committed
fix(flightcontroller): skip more AP_Periph boards
1 parent 358ce11 commit c69f942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update_flight_controller_ids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def create_dicts( # pylint: disable=too-many-locals
165165
if (
166166
dirname.startswith(NON_FC_PREFIXES)
167167
or dirname.endswith(NON_FC_SUFIXES)
168-
or mcu_series.lower().startswith(("stm32f1", "stm32f3"))
168+
or mcu_series.lower().startswith(("stm32f1", "stm32f3", "stm32g4"))
169169
or (numeric_board_id == 1062 and dirname != "MatekL431") # these AP_Periph are not an FC
170170
):
171171
continue # Skip IOMCU boards, AP_Periph boards, GPS boards

0 commit comments

Comments
 (0)