modified some stuff

This commit is contained in:
Wyatt J. Miller
2020-11-22 23:45:50 -05:00
parent 971fc89254
commit 8ff9c943c6
4 changed files with 24 additions and 9 deletions

3
.cargo/config Normal file
View File

@ -0,0 +1,3 @@
[build]
target = "armv7-unknown-linux-gnueabihf"
linker = "arm-linux-gnueabihf-gcc"