mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48: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
|
@ -318,7 +318,7 @@
|
|||
#define SYSCTL_DC1_ADCSPD_250K 0x00000100 // 250Ksps ADC
|
||||
#define SYSCTL_DC1_ADCSPD_500K 0x00000200 // 500Ksps ADC
|
||||
#define SYSCTL_DC1_ADCSPD_1M 0x00000300 // 1Msps ADC
|
||||
#define SYSCTL_DC1_MPU 0x00000080 // Cortex M3 MPU present
|
||||
#define SYSCTL_DC1_MPU 0x00000080 // Cortex-M3 MPU present
|
||||
#define SYSCTL_DC1_HIB 0x00000040 // Hibernation module present
|
||||
#define SYSCTL_DC1_TEMP 0x00000020 // Temperature sensor present
|
||||
#define SYSCTL_DC1_PLL 0x00000010 // PLL present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue