diff options
Diffstat (limited to '02-usart/.ycm_extra_conf.py')
-rw-r--r-- | 02-usart/.ycm_extra_conf.py | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/02-usart/.ycm_extra_conf.py b/02-usart/.ycm_extra_conf.py deleted file mode 100644 index 8203412..0000000 --- a/02-usart/.ycm_extra_conf.py +++ /dev/null @@ -1,21 +0,0 @@ -import os -import ycm_core - -flags = [ - '-Wall', - '-DFOR_TESTING', - '-Iinclude', - '-Iinclude/arch/arm', - '-Itest_harness/', - '-DARCH_STMT32L4', - '-DDRY_RUN', - # -Iinclude/arch/arm -Itest_harness/ -DARCH_STM32L4 -DDRY_RUN -Wall -DFOR_TESTINGk - ] - -SOURCE_EXTENSIONS = [ '.cpp', '.cxx', '.cc', '.c', ] - -def FlagsForFile( filename, **kwargs ): - return { - 'flags': flags, - 'do_cache': True - } |