Skip to content

Commit 78fda52

Browse files
committed
add avr-gcc 8.3.0 include path
1 parent 0864799 commit 78fda52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ycm_extra_conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
,'c++'
2323

2424
# Avr-libc flags installed with homebrew
25-
,"-isystem/usr/local/Cellar/avr-gcc/7.2.0/avr/include"
25+
# ,"-isystem/usr/local/Cellar/avr-gcc/7.2.0/avr/include"
26+
,"-isystem/usr/local/Cellar/avr-gcc/8.3.0/avr/include"
2627

2728
# IDE 1.6.3
2829
,'-I/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino'

0 commit comments

Comments
 (0)