Skip to content

Commit 42e234f

Browse files
authored
#1909 fix system_RP2350 typos (#1910)
1 parent 0ed2840 commit 42e234f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/rp2_common/cmsis/stub/CMSIS/Device/RP2350/Include/system_RP2350.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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.
@@ -26,8 +26,8 @@
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
3333
extern "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 */

src/rp2_common/cmsis/stub/CMSIS/Device/RP2350/Source/system_RP2350.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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)
4949
void __attribute__((constructor)) SystemInit (void)
5050
{
5151
SystemCoreClockUpdate();
52-
}
52+
}

0 commit comments

Comments
 (0)