Merge pull request #3 from johnbatty/main

Add .cargo/config defining the build target
This commit is contained in:
Evan Older 2021-01-28 16:44:21 -05:00 committed by GitHub
commit 5159d04097
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.cargo/config Normal file
View file

@ -0,0 +1,3 @@
[build]
# Instruction set of Cortex-M0+
target = "thumbv6m-none-eabi"