Skip to content

Commit 6fc8dff

Browse files
committed
Removed unused file
1 parent 287f56d commit 6fc8dff

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

steps/step-6-clock/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ flash: firmware.bin
2525
st-flash --reset write $< 0x8000000
2626

2727
cmsis_core:
28-
git clone --depth 1 -b 5.9.0 https://github.com/ARM-software/CMSIS_5 $@
28+
git clone -q -c advice.detachedHead=false --depth 1 -b 5.9.0 https://github.com/ARM-software/CMSIS_5 $@
2929

3030
cmsis_f4:
31-
git clone --depth 1 -b v2.6.8 https://github.com/STMicroelectronics/cmsis_device_f4 $@
31+
git clone -q -c advice.detachedHead=false --depth 1 -b v2.6.8 https://github.com/STMicroelectronics/cmsis_device_f4 $@
3232

3333
clean:
3434
$(RM) firmware.* cmsis_*

steps/step-6-clock/startup.c

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)