From 3605de5725f34c48726596b9966fdc9150d84acf Mon Sep 17 00:00:00 2001 From: LuChiChick <1084116302@qq.com> Date: Mon, 14 Sep 2026 20:26:50 +0800 Subject: [PATCH] Fix compiler warning for invalid UTF-8 character '' auto generated by STM32CubeMX. --- Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h b/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h index f53a132..d2ba909 100644 --- a/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h +++ b/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h @@ -26,7 +26,7 @@ * *---------------------------------------------------------------------------- * - * Portions Copyright © 2016 STMicroelectronics International N.V. All rights reserved. + * Portions Copyright (c) 2016 STMicroelectronics International N.V. All rights reserved. * Portions Copyright (c) 2013 ARM LIMITED * All rights reserved. * Redistribution and use in source and binary forms, with or without