From 0e54caabe3defa51e81710ceae67c41d8ba00e93 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Thu, 20 Jul 2017 16:40:03 +0800 Subject: [PATCH] examples: add missing nvs_flash.h include --- .../controller_hci_uart/main/controller_hci_uart_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bluetooth/controller_hci_uart/main/controller_hci_uart_demo.c b/examples/bluetooth/controller_hci_uart/main/controller_hci_uart_demo.c index 0aa130de8..0cce686de 100644 --- a/examples/bluetooth/controller_hci_uart/main/controller_hci_uart_demo.c +++ b/examples/bluetooth/controller_hci_uart/main/controller_hci_uart_demo.c @@ -14,7 +14,7 @@ #include #include -#include "nvs.h" +#include "nvs_flash.h" #include "bt.h" #include "driver/uart.h" #include "esp_log.h"