Browse Source
Script to update include paths: for i in $(grep -rl 'include <px4_work_queue' src platforms); do sed -i 's/#include <px4_work_queue/#include <px4_platform_common\/px4_work_queue/' $i; donesbg
Beat Küng
6 years ago
124 changed files with 91 additions and 91 deletions
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue