move uavcan from modules to drivers

This commit is contained in:
Daniel Agar
2018-12-01 14:00:46 -05:00
parent bbab66d974
commit 75b2053243
109 changed files with 84 additions and 71 deletions

View File

@@ -15,5 +15,5 @@ exec find boards src platforms \
-path src/lib/matrix -prune -o \
-path src/modules/micrortps_bridge/micro-CDR -prune -o \
-path src/modules/systemlib/uthash -prune -o \
-path src/modules/uavcan/libuavcan -prune -o \
-path src/drivers/uavcan/libuavcan -prune -o \
-type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.hpp" \) | grep $PATTERN