fixed SPI a wiring error

This commit is contained in:
dekunukem
2018-07-30 10:27:51 +01:00
parent 40375c8463
commit e34839af71
5 changed files with 31 additions and 29 deletions

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

@@ -27,9 +27,6 @@ Project File Date: 03/02/2018
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 1 (build 61)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'exixe'
linking...
Program Size: Code=9980 RO-data=248 RW-data=8 ZI-data=1720
FromELF: creating hex file...
"exixe\exixe.axf" - 0 Error(s), 0 Warning(s).
<h2>Software Packages used:</h2>
@@ -48,7 +45,7 @@ Package Vendor: ARM
<h2>Collection of Component Files used:</h2>
* Component: ARM::CMSIS:CORE:4.3.0
Build Time Elapsed: 00:00:02
Build Time Elapsed: 00:00:00
</pre>
</body>
</html>

View File

@@ -1,3 +1,8 @@
if [[ $# -eq 0 ]] ; then
echo 'error: please enter a commit comment'
exit 1
fi
find . -type f -name "*.b#*" -exec rm -f {} \;
find . -type f -name "*.s#*" -exec rm -f {} \;
find . -type f -name "*.l#*" -exec rm -f {} \;

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 14 KiB