mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Change occurrences of "Cortex M3" to "Cortex-M3".
This commit is contained in:
parent
a22c519f5d
commit
1374a17f73
24 changed files with 24 additions and 24 deletions
|
@ -114,7 +114,7 @@
|
|||
//
|
||||
//*****************************************************************************
|
||||
#define SYSCTL_DC1_SYSDIV_MASK 0x0000F000 // Minimum system divider mask
|
||||
#define SYSCTL_DC1_MPU 0x00000080 // Cortex M3 MPU present
|
||||
#define SYSCTL_DC1_MPU 0x00000080 // Cortex-M3 MPU present
|
||||
#define SYSCTL_DC1_PLL 0x00000010 // PLL present
|
||||
#define SYSCTL_DC1_WDOG 0x00000008 // Watchdog present
|
||||
#define SYSCTL_DC1_SWO 0x00000004 // Serial wire output present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue