mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
APMrover2: don't use avr include dir for tags
This commit is contained in:
parent
633e9dc036
commit
b76f498799
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
ctags -RV --language-force=C++ --c++-kinds=+p --fields=+iaS --extra=+q \
|
ctags -RV --language-force=C++ --c++-kinds=+p --fields=+iaS --extra=+q \
|
||||||
. \
|
. \
|
||||||
../libraries/* \
|
../libraries/*
|
||||||
/usr/lib/avr/include
|
|
||||||
|
|
||||||
# sample vimrc file
|
# sample vimrc file
|
||||||
# you'll need to have omnicpp plugin for vim
|
# you'll need to have omnicpp plugin for vim
|
||||||
|
Loading…
Reference in New Issue
Block a user