Browse Source

Removed PX4FMUv1 auto completions

sbg
David Sidrane 8 years ago committed by Daniel Agar
parent
commit
3811ed0926
  1. 1
      .ycm_extra_conf.py

1
.ycm_extra_conf.py

@ -61,7 +61,6 @@ flags = [ @@ -61,7 +61,6 @@ flags = [
'c++',
'-undef', # get rid of standard definitions to allow us to include arm math header
'-I', os.path.join(os.path.expanduser("~"),'gcc-arm-none-eabi-4_7-2013q3/arm-none-eabi/include'),
'-I', 'Build/px4io-v1_default.build/nuttx-export/include/',
'-I', 'Build/px4io-v2_default.build/nuttx-export/include/',
'-I', './NuttX/nuttx/arch/arm/include',
'-include', './src/include/visibility.h',

Loading…
Cancel
Save