mirror of
https://github.com/espressif/openthread.git
synced 2026-09-17 22:50:07 +00:00
[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:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user