diff --git a/platform/posix/le_device_db_fs.c b/platform/posix/le_device_db_fs.c index e0a99dd77..e68caad4a 100644 --- a/platform/posix/le_device_db_fs.c +++ b/platform/posix/le_device_db_fs.c @@ -76,7 +76,6 @@ typedef struct le_device_memory_db { } le_device_memory_db_t; #define LE_DEVICE_MEMORY_SIZE 20 -#define INVALID_ENTRY_ADDR_TYPE 0xff #ifndef LE_DEVICE_DB_PATH #ifdef _WIN32 @@ -155,7 +154,7 @@ static void le_device_db_store(void) { fwrite(csv_header, strlen(csv_header), 1, wFile); fwrite("\n", 1, 1, wFile); for (i=0;i