[ci] test with time sync and header ie (#3514)

This commit adds the missing test with ie present by enabling TIME_SYNC
feature, so that IE code are covered.
This commit is contained in:
Yakun Xu
2019-02-01 16:08:43 -08:00
committed by Jonathan Hui
parent db67b3a980
commit e68e86317e
11 changed files with 166 additions and 6 deletions
+3 -3
View File
@@ -32,8 +32,8 @@
* This file includes the platform abstraction for the time service.
*/
#ifndef TIME_H_
#define TIME_H_
#ifndef OPENTHREAD_PLATFORM_TIME_H_
#define OPENTHREAD_PLATFORM_TIME_H_
#include <stdint.h>
@@ -76,4 +76,4 @@ uint16_t otPlatTimeGetXtalAccuracy(void);
} // extern "C"
#endif
#endif // TIME_H_
#endif // OPENTHREAD_PLATFORM_TIME_H_