Browse Source

AP_ONVIF: fix executable permission and trailing whitespace

apm_2208
Pierre Kancir 3 years ago committed by Randy Mackay
parent
commit
231c15a3f9
  1. 2
      libraries/AP_ONVIF/soap/update_onvif_wsdl2h.sh

2
libraries/AP_ONVIF/soap/update_onvif_wsdl2h.sh

@ -1,3 +1,5 @@ @@ -1,3 +1,5 @@
#!/bin/sh
cp ../../../modules/gsoap/gsoap/typemap.dat .
wsdl2h -O4 -P -s -x -o onvif.h \
http://www.onvif.org/onvif/ver10/device/wsdl/devicemgmt.wsdl \

Loading…
Cancel
Save