summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2023-12-12 22:35:05 +0100
committerhenneboi <[email protected]>2023-12-13 14:32:23 +0100
commitf3d713ac7336913a68326eae5a7e146ec2cd22c3 (patch)
treeb2b584a0ae2391184fdc3e0afb8aad45201ca226 /hw
parent93c40b6966db53ce70f4bea6b8a72bf2986ac180 (diff)
Fix CI & typo.
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/stm32g0/boards/stm32g0b1nucleo/board.h2
-rw-r--r--hw/bsp/stm32h5/boards/stm32h573i-dk/board.h2
-rw-r--r--hw/bsp/stm32h5/family.mk4
3 files changed, 4 insertions, 4 deletions
diff --git a/hw/bsp/stm32g0/boards/stm32g0b1nucleo/board.h b/hw/bsp/stm32g0/boards/stm32g0b1nucleo/board.h
index ae0820529..9ebaf73f0 100644
--- a/hw/bsp/stm32g0/boards/stm32g0b1nucleo/board.h
+++ b/hw/bsp/stm32g0/boards/stm32g0b1nucleo/board.h
@@ -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
diff --git a/hw/bsp/stm32h5/boards/stm32h573i-dk/board.h b/hw/bsp/stm32h5/boards/stm32h573i-dk/board.h
index 01834f151..a8808e32b 100644
--- a/hw/bsp/stm32h5/boards/stm32h573i-dk/board.h
+++ b/hw/bsp/stm32h5/boards/stm32h573i-dk/board.h
@@ -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
diff --git a/hw/bsp/stm32h5/family.mk b/hw/bsp/stm32h5/family.mk
index e04e08d80..2fd95ecec 100644
--- a/hw/bsp/stm32h5/family.mk
+++ b/hw/bsp/stm32h5/family.mk
@@ -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