Skip to content

Commit d6ff00b

Browse files
committed
asm fix m0plus chip
1 parent f7c3d2a commit d6ff00b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ RemoteSystemsTempFiles
55
*.xml
66
Debug
77
*.launch
8+
*.log
9+
libs
810

asm/asm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
.syntax unified
12-
.cpu cortex-m0
12+
.cpu cortex-m0plus
1313
.fpu softvfp
1414
.thumb
1515

0 commit comments

Comments
 (0)