mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 04:41:28 +00:00
Update lib/python/qmk/cli/doctor/check.py
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
This commit is contained in:
parent
80254c99ec
commit
c934d2b66c
@ -70,7 +70,7 @@ def _check_avr_gcc_version():
|
||||
version_number = ESSENTIAL_BINARIES['avr-gcc']['output'].strip()
|
||||
cli.log.info('Found avr-gcc version %s', version_number)
|
||||
|
||||
# Right now all known arm versions are ok, so check that it can produce binaries
|
||||
# Right now all known avr versions are ok, so check that it can produce binaries
|
||||
return _check_avr_gcc_installation()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user