targets/toolchain_gcc.py
changeset 2439 f0a040f1de1b
parent 2168 a66062a205ae
child 2456 7373e3048167
--- a/targets/toolchain_gcc.py	Tue Oct 09 11:43:39 2018 +0300
+++ b/targets/toolchain_gcc.py	Tue Oct 09 11:56:45 2018 +0300
@@ -33,7 +33,7 @@
 from util.ProcessLogger import ProcessLogger
 
 
-includes_re = re.compile('\s*#include\s*["<]([^">]*)[">].*')
+includes_re = re.compile(r'\s*#include\s*["<]([^">]*)[">].*')
 
 
 class toolchain_gcc(object):