diff --git a/Tools/scripts/size_compare_branches.py b/Tools/scripts/size_compare_branches.py index 41e93bc7a5c5c..0875159585463 100755 --- a/Tools/scripts/size_compare_branches.py +++ b/Tools/scripts/size_compare_branches.py @@ -164,6 +164,7 @@ def __init__(self, 'Pixhawk1-bdshot', 'SITL_arm_linux_gnueabihf', 'RADIX2HD', + 'canzero', ]) # blacklist all linux boards for bootloader build: @@ -197,6 +198,7 @@ def linux_board_names(self): 'rst_zynq', 'obal', 'SITL_x86_64_linux_gnu', + 'canzero', ] def esp32_board_names(self):