Update linker script to allow c source files

This commit is contained in:
Byron Lathi
2022-03-05 21:09:46 -06:00
parent 378b3c0cb1
commit 9c29aa4fdf
5 changed files with 48 additions and 16 deletions

4
sw/main.c Normal file
View File

@@ -0,0 +1,4 @@
int main() {
return 1;
}