fix throughput example build error

This commit is contained in:
zwj
2021-01-29 15:29:18 +08:00
parent af9add8dca
commit ee53342786
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
#include "freertos/FreeRTOS.h"
#include "freertos/semphr.h"
#include "freertos/task.h"
#include "esp_timer.h"
/**********************************************************
* Thread/Task reference

View File

@@ -29,6 +29,7 @@
#include "esp_bt_defs.h"
#include "esp_bt_main.h"
#include "esp_gatt_common_api.h"
#include "esp_timer.h"
#include "sdkconfig.h"