Skip to content

Commit 2593592

Browse files
author
Deepika Bhavnani
authored
Merge pull request #13 from kegilbert/patch-1
Minor: extra character removal from comment
2 parents 7bc5755 + 7523e07 commit 2593592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ int main()
1515
[31:24]Implementer 0x41 = ARM
1616
[23:20]Variant Major revision 0x0 = Revision 0
1717
[19:16]Architecture 0xC = Baseline Architecture
18-
0xF = Constant (Mainline Architecture?)
18+
0xF = Constant (Mainline Architecture)
1919
[15:4]PartNO 0xC20 = Cortex-M0
2020
0xC60 = Cortex-M0+
2121
0xC23 = Cortex-M3
2222
0xC24 = Cortex-M4
2323
0xC27 = Cortex-M7
2424
0xD20 = Cortex-M23
2525
0xD21 = Cortex-M33
26-
[3:0]Revision Minor revision: 0x1 = Patch 1.
26+
[3:0]Revision Minor revision: 0x1 = Patch 1
2727
*/
2828
printf("CPU ID: 0x%x \n", stats.cpu_id);
2929

0 commit comments

Comments
 (0)