Created SC1060 (markdown)

Linker
2022-07-01 11:54:45 +08:00
parent 7eb511676d
commit 1fb96c6479

6
SC1060.md Normal file

@@ -0,0 +1,6 @@
#!/bin/sh
CPU_TARGET_FREQ=$1
CORE=$2
for n in {1..$CORE}
do
done