From: Ivan Grokhotkov Date: Thu, 20 Jul 2017 08:40:03 +0000 (+0800) Subject: examples: add missing nvs_flash.h include X-Git-Tag: v3.1-dev~448^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e54caabe3defa51e81710ceae67c41d8ba00e93;p=esp-idf examples: add missing nvs_flash.h include --- 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 0aa130de8f..0cce686de2 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"