Files
KeyBoard_QT/scripts/protoc_nanopb.bat

6 lines
198 B
Batchfile
Raw Normal View History

@echo off
setlocal
set PATH=C:\ncs\toolchains\fd21892d0f\opt\bin;%PATH%
"C:\ncs\toolchains\fd21892d0f\opt\bin\python.exe" "C:\ncs\v3.2.4\modules\lib\nanopb\generator\protoc" %*
exit /b %ERRORLEVEL%