mirror of https://github.com/ArduPilot/ardupilot
AP_ONVIF: fix executable permission and trailing whitespace
This commit is contained in:
parent
b909a110cd
commit
231c15a3f9
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
cp ../../../modules/gsoap/gsoap/typemap.dat .
|
cp ../../../modules/gsoap/gsoap/typemap.dat .
|
||||||
wsdl2h -O4 -P -s -x -o onvif.h \
|
wsdl2h -O4 -P -s -x -o onvif.h \
|
||||||
http://www.onvif.org/onvif/ver10/device/wsdl/devicemgmt.wsdl \
|
http://www.onvif.org/onvif/ver10/device/wsdl/devicemgmt.wsdl \
|
||||||
|
|
Loading…
Reference in New Issue