Skip to content

Commit 5727c1a

Browse files
authored
Merge pull request #4 from PropGit/master
Updated crank to run with PNut v37.
2 parents 303eca8 + c0c2e64 commit 5727c1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crank.bat

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
set /A ERR = 0
44

5-
PNut_v36 Spin2_debugger -c
5+
PNut_v37 Spin2_debugger -c
66
set /A ERR = %ERR% + %ERRORLEVEL%
77
type error.txt
88

9-
PNut_v36 Spin2_interpreter -c
9+
PNut_v37 Spin2_interpreter -c
1010
set /A ERR = %ERR% + %ERRORLEVEL%
1111
type error.txt
1212

13-
PNut_v36 flash_loader -c
13+
PNut_v37 flash_loader -c
1414
set /A ERR = %ERR% + %ERRORLEVEL%
1515
type error.txt
1616

17-
PNut_v36 clock_setter -c
17+
PNut_v37 clock_setter -c
1818
set /A ERR = %ERR% + %ERRORLEVEL%
1919
type error.txt
2020

0 commit comments

Comments
 (0)