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

@@ -3,7 +3,7 @@
#include <time.h>
#include <sys/time.h>
#include "unity.h"
#include "../esp_timer.h"
#include "esp_timer.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/semphr.h"