diff --git a/inc/ds3231.h b/include/ds3231.h similarity index 100% rename from inc/ds3231.h rename to include/ds3231.h diff --git a/library.json b/library.json index 61f9197..94368e4 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "DS3231", - "version": "0.1.1", + "version": "0.1.2", "description": "MBED OS Library for interacting with \"DS3231\" RTC", "keywords": "ds3231, mbed os", "repository": diff --git a/src/ds3231.cpp b/src/ds3231.cpp index b210611..a1cf7cf 100644 --- a/src/ds3231.cpp +++ b/src/ds3231.cpp @@ -46,7 +46,7 @@ **********************************************************************/ -#include "../inc/ds3231.h" +#include "../include/ds3231.h" /**********************************************************//**