Fix CI & typo.

This commit is contained in:
HiFiPhile
2023-12-12 22:35:05 +01:00
committed by henneboi
parent 93c40b6966
commit f3d713ac73
7 changed files with 8 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
* The MIT License (MIT)
*
* Copyright (c) 2020, Ha Thach (tinyusb.org)
* Copyright (c) 2034, HiFiPhile
* Copyright (c) 2023, HiFiPhile
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@@ -11,9 +11,9 @@ CPU_CORE ?= cortex-m33
# Compiler Flags
# --------------
CFLAGS += \
-DCFG_TUSB_MCU=OPT_MCU_STM32H5
-DCFG_TUSB_MCU=OPT_MCU_STM32H5
# workaround to fix a build issue due to a wrong define check in hal, this define must be removed as soon as the repo is fixed
# workaround to fix a build issue due to a wrong define check in hal, this define must be removed as soon as the repo is fixed
CFLAGS += \
-D__ARMCC_VERSION=0