From 8fdbd4cdefa8db75734312f2c10beeebebecf0bf Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sun, 3 Sep 2023 10:57:43 +1000 Subject: [PATCH] Tools: blacklist iomcu dshot builds when building bootloaders we don't have the ability to buld bootloaders for these --- Tools/scripts/size_compare_branches.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tools/scripts/size_compare_branches.py b/Tools/scripts/size_compare_branches.py index 886e387876755..f2ab2586e858c 100755 --- a/Tools/scripts/size_compare_branches.py +++ b/Tools/scripts/size_compare_branches.py @@ -152,7 +152,8 @@ def __init__(self, 'fmuv2', 'fmuv3-bdshot', 'iomcu', - 'iomcu', + 'iomcu-dshot', + 'iomcu-f103-dshot', 'iomcu_f103_8MHz', 'luminousbee4', 'skyviper-v2450',