Update lib/python/qmk/cli/doctor/check.py

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
This commit is contained in:
Nick Brassel 2024-08-16 08:40:00 +10:00 committed by GitHub
parent 80254c99ec
commit c934d2b66c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()