Commit 5cf64a00 authored by Lucas Russo's avatar Lucas Russo

.ycm_extra_conf.py: add include directories

parent 9583c484
......@@ -80,6 +80,8 @@ flags = [
'-I',
'hal/include',
'-I',
'hal/include/hw',
'-I',
'hal/dev_mngr',
'-I',
'hal/dev_io',
......@@ -100,6 +102,8 @@ flags = [
'-I',
'hal/sm_io/modules/fmc130m_4ch',
'-I',
'hal/sm_io/modules/acq',
'-I',
'hal/msg',
'-I',
'hal/msg/smio_thsafe_ops',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment