File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
src/rp2_common/cmsis/stub/CMSIS/Device/RP2350 Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11/*************************************************************************/ /**
2- * @file system_RP2040 .h
2+ * @file system_RP2350 .h
33 * @brief CMSIS-Core(M) Device Peripheral Access Layer Header File for
4- * Device RP2040
5- * @version V1.0.0
6- * @date 5. May 2021
4+ * Device RP2350
5+ * @version V1.0.1
6+ * @date 6. Sep 2024
77 *****************************************************************************/
88/*
99 * Copyright (c) 2009-2021 Arm Limited. All rights reserved.
2626 * SPDX-License-Identifier: BSD-3-Clause
2727 */
2828
29- #ifndef _CMSIS_SYSTEM_RP2040_H
30- #define _CMSIS_SYSTEM_RP2040_H
29+ #ifndef _CMSIS_SYSTEM_RP2350_H
30+ #define _CMSIS_SYSTEM_RP2350_H
3131
3232#ifdef __cplusplus
3333extern "C" {
@@ -62,4 +62,4 @@ extern void SystemCoreClockUpdate (void);
6262}
6363#endif
6464
65- #endif /* _CMSIS_SYSTEM_RP2040_H */
65+ #endif /* _CMSIS_SYSTEM_RP2350_H */
Original file line number Diff line number Diff line change 11/*************************************************************************/ /**
2- * @file system_RP2040 .c
2+ * @file system_RP2350 .c
33 * @brief CMSIS-Core(M) Device Peripheral Access Layer Header File for
4- * Device RP2040
5- * @version V1.0.0
6- * @date 5. May 2021
4+ * Device RP2350
5+ * @version V1.0.1
6+ * @date 6. Sep 2024
77 *****************************************************************************/
88/*
99 * Copyright (c) 2009-2021 Arm Limited. All rights reserved.
@@ -49,4 +49,4 @@ void SystemCoreClockUpdate (void)
4949void __attribute__((constructor )) SystemInit (void )
5050{
5151 SystemCoreClockUpdate ();
52- }
52+ }
You can’t perform that action at this time.
0 commit comments