]> granicus.if.org Git - esp-idf/commitdiff
vfs: fix adding CR
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 28 Oct 2016 08:16:12 +0000 (16:16 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 28 Oct 2016 08:16:12 +0000 (16:16 +0800)
components/vfs/vfs_uart.c

index bfccad89637e9234ce3fc26b3d04bb68385735cb..d9d755f9befbf0c635773c67b8d73b2a47666703 100644 (file)
@@ -18,6 +18,7 @@
 #include "sys/errno.h"
 #include "sys/lock.h"
 #include "soc/uart_struct.h"
+#include "sdkconfig.h"
 
 static uart_dev_t* s_uarts[3] = {&UART0, &UART1, &UART2};
 static _lock_t s_uart_locks[3]; // per-UART locks, lazily initialized