build.py: Switch to AnyAvrGcc.cmake

vintagepc/version-and-build
Alan Dragomirecký 2021-04-14 16:29:26 +02:00 committed by DRracer
parent ec44ef5f23
commit 92b8b98c38
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class FirmwareBuildConfiguration(BuildConfiguration):
@staticmethod
def default_toolchain() -> Path:
return Path(
__file__).resolve().parent.parent / 'cmake/GccArmNoneEabi.cmake'
__file__).resolve().parent.parent / 'cmake/AnyAvrGcc.cmake'
def get_cmake_cache_entries(self):
entries = []