Fixes up the submodule config which apparently got hosed in commits ec05a90 and 498ff4a. Specifically, wiringPi is now correctly recognized as a submodule located at l2ork_addons/raspberry_pi/disis_gpio/wiringPi, and will be properly created and initialized with git clone --recursive, git update --init, etc. At least it works over here. :)
Fixes up the submodule config which apparently got hosed in commits ec05a90 and 498ff4a. Specifically, wiringPi is now correctly recognized as a submodule located at l2ork_addons/raspberry_pi/disis_gpio/wiringPi, and will be properly created and initialized with
git clone --recursive
,git update --init
, etc. At least it works over here. :)