Browse Source

ArduPlane: don't use avr include dir for tags

master
Lucas De Marchi 9 years ago committed by Andrew Tridgell
parent
commit
e5595ff11c
  1. 3
      ArduPlane/createTags

3
ArduPlane/createTags

@ -3,8 +3,7 @@ @@ -3,8 +3,7 @@
ctags -RV --language-force=C++ --c++-kinds=+p --fields=+iaS --extra=+q \
. \
../libraries/* \
/usr/lib/avr/include
../libraries/*
# sample vimrc file
# you'll need to have omnicpp plugin for vim

Loading…
Cancel
Save