Fix CI & typo.
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user