diff options
author | HorrorTroll <sonicvipduc@gmail.com> | 2025-01-14 12:20:36 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-13 21:20:36 -0800 |
commit | 7f1c236c75b0a92b952882c6f211f78157978f63 (patch) | |
tree | 70b464d064e35ebe0d32c70fb4233778d5d75dde /platforms/chibios/boards/GENERIC_AT32_F415XX/board/board.c | |
parent | eb29f8befc61cec38293fbc368cc90d6eff79771 (diff) |
Bugfix and update for AT32F415 (#24807)
Diffstat (limited to 'platforms/chibios/boards/GENERIC_AT32_F415XX/board/board.c')
-rw-r--r-- | platforms/chibios/boards/GENERIC_AT32_F415XX/board/board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platforms/chibios/boards/GENERIC_AT32_F415XX/board/board.c b/platforms/chibios/boards/GENERIC_AT32_F415XX/board/board.c index 28cf7c18e0..26b1974e4a 100644 --- a/platforms/chibios/boards/GENERIC_AT32_F415XX/board/board.c +++ b/platforms/chibios/boards/GENERIC_AT32_F415XX/board/board.c @@ -1,7 +1,7 @@ /* ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio - ChibiOS - Copyright (C) 2023..2024 HorrorTroll - ChibiOS - Copyright (C) 2023..2024 Zhaqian + ChibiOS - Copyright (C) 2023..2025 HorrorTroll + ChibiOS - Copyright (C) 2023..2025 Zhaqian Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |