Skip to content

Commit 11d2003

Browse files
author
QL
committed
6.9.0
1 parent 9785ee0 commit 11d2003

File tree

41 files changed

+87
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+87
-75
lines changed

examples/arm-cm/dpp_efm32-slstk3401a/qview/qview-dpp.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
if "%QTOOLS%"=="" (
44
set QTOOLS=C:\qp\qtools
55
)
6-
python %QTOOLS%\qview\qview.py dpp.py
6+
python3 %QTOOLS%\qview\qview.py dpp.py
77

88
@endlocal

examples/arm-cm/dpp_efm32-slstk3401a/qview/qview-dpp1.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
if "%QTOOLS%"=="" (
44
set QTOOLS=C:\qp\qtools
55
)
6-
python %QTOOLS%\qview\qview.py dpp1.py
6+
python3 %QTOOLS%\qview\qview.py dpp1.py
77

88
@endlocal

examples/arm-cm/dpp_ek-tm4c123gxl/qview/qview-dpp.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
if "%QTOOLS%"=="" (
44
set QTOOLS=C:\qp\qtools
55
)
6-
python %QTOOLS%\qview\qview.py dpp.py
6+
python3 %QTOOLS%\qview\qview.py dpp.py
77

88
@endlocal

examples/arm-cm/dpp_ek-tm4c123gxl/qview/qview-dpp1.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
if "%QTOOLS%"=="" (
44
set QTOOLS=C:\qp\qtools
55
)
6-
python %QTOOLS%\qview\qview.py dpp1.py
6+
python3 %QTOOLS%\qview\qview.py dpp1.py
77

88
@endlocal

examples/arm-cm/dpp_nucleo-h743zi/qview/qview-dpp.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
if "%QTOOLS%"=="" (
44
set QTOOLS=C:\qp\qtools
55
)
6-
python %QTOOLS%\qview\qview.py dpp.py
6+
python3 %QTOOLS%\qview\qview.py dpp.py
77

88
@endlocal

examples/arm-cm/dpp_nucleo-h743zi/qview/qview-dpp1.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
if "%QTOOLS%"=="" (
44
set QTOOLS=C:\qp\qtools
55
)
6-
python %QTOOLS%\qview\qview.py dpp1.py
6+
python3 %QTOOLS%\qview\qview.py dpp1.py
77

88
@endlocal

examples/arm-cm/dpp_nucleo-l053r8/qview/qview-dpp.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
if "%QTOOLS%"=="" (
44
set QTOOLS=C:\qp\qtools
55
)
6-
python %QTOOLS%\qview\qview.py dpp.py
6+
python3 %QTOOLS%\qview\qview.py dpp.py
77

88
@endlocal

examples/arm-cm/dpp_nucleo-l053r8/qview/qview-dpp1.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
if "%QTOOLS%"=="" (
44
set QTOOLS=C:\qp\qtools
55
)
6-
python %QTOOLS%\qview\qview.py dpp1.py
6+
python3 %QTOOLS%\qview\qview.py dpp1.py
77

88
@endlocal

examples/arm-cm/dpp_nucleo-l152re/qview/qview-dpp.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
if "%QTOOLS%"=="" (
44
set QTOOLS=C:\qp\qtools
55
)
6-
python %QTOOLS%\qview\qview.py dpp.py
6+
python3 %QTOOLS%\qview\qview.py dpp.py
77

88
@endlocal

examples/arm-cm/dpp_nucleo-l152re/qview/qview-dpp1.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
if "%QTOOLS%"=="" (
44
set QTOOLS=C:\qp\qtools
55
)
6-
python %QTOOLS%\qview\qview.py dpp1.py
6+
python3 %QTOOLS%\qview\qview.py dpp1.py
77

88
@endlocal

0 commit comments

Comments
 (0)