avrdude base

This commit is contained in:
Vojtech Kral
2018-05-21 18:55:03 +02:00
parent c4478ccffa
commit 1caeab913b
415 changed files with 167903 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
@set DIRVERNAME=giveio
@loaddrv status %DIRVERNAME%
@if errorlevel 1 goto error
@goto exit
:error
@echo ERROR: Status querry for %DIRVERNAME% failed
:exit