[CLI] Remove check for Input Club boards (#10636)
This commit is contained in:
parent
67474f7e3f
commit
1a2a838bc2
@ -161,8 +161,6 @@ def arm_processor_rules(info_data, rules):
|
||||
if info_data['bootloader'] == 'unknown':
|
||||
if 'STM32' in info_data['processor']:
|
||||
info_data['bootloader'] = 'stm32-dfu'
|
||||
elif info_data.get('manufacturer') == 'Input Club':
|
||||
info_data['bootloader'] = 'kiibohd-dfu'
|
||||
|
||||
if 'STM32' in info_data['processor']:
|
||||
info_data['platform'] = 'STM32'
|
||||
|
Loading…
Reference in New Issue
Block a user