From 11831055575953bb02e9793f68b1a7cde85cb347 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 17 Oct 2018 01:46:16 +0300 Subject: [PATCH] Revert back an clang includes list without quotes for Atom --- platformio/ide/tpls/atom/.clang_complete.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/ide/tpls/atom/.clang_complete.tpl b/platformio/ide/tpls/atom/.clang_complete.tpl index c00763c8..3b137e31 100644 --- a/platformio/ide/tpls/atom/.clang_complete.tpl +++ b/platformio/ide/tpls/atom/.clang_complete.tpl @@ -1,5 +1,5 @@ % for include in includes: --I"{{include}}" +-I{{include}} % end % for define in defines: -D{{!define}}