SHT3x driver changes

Additional include to satisfy the Travis CI test build
This commit is contained in:
Gunar Schorcht 2017-10-12 16:22:16 +02:00
parent 803931f2e2
commit b0ebf3385e
2 changed files with 2 additions and 1 deletions

View file

@ -50,6 +50,7 @@
#include "sht3x.h"
#include "FreeRTOS.h"
#include "task.h"
#include "espressif/esp_common.h"
#include "espressif/sdk_private.h"