make esp_timer.h public

This commit is contained in:
Ivan Grokhotkov
2017-10-16 00:37:00 +08:00
parent 566f018996
commit f13623d97d
3 changed files with 2 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
#include "esp_attr.h"
#include "esp_intr_alloc.h"
#include "esp_clk.h"
#include "../esp32/esp_timer.h"
#include "esp_timer.h"
#include "soc/soc.h"
#include "soc/rtc.h"
#include "soc/rtc_cntl_reg.h"