mirror of
https://github.com/espressif/openthread.git
synced 2026-08-31 22:39:54 +00:00
Fix Windows x86 Warnings (#1434)
This commit is contained in:
@@ -62,7 +62,7 @@ int main(int argc, char *argv[])
|
||||
otInstance *sInstance;
|
||||
|
||||
#ifdef OPENTHREAD_MULTIPLE_INSTANCE
|
||||
uint64_t otInstanceBufferLength = 0;
|
||||
size_t otInstanceBufferLength = 0;
|
||||
uint8_t *otInstanceBuffer = NULL;
|
||||
#endif
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@ int main(int argc, char *argv[])
|
||||
otInstance *sInstance;
|
||||
|
||||
#ifdef OPENTHREAD_MULTIPLE_INSTANCE
|
||||
uint64_t otInstanceBufferLength = 0;
|
||||
size_t otInstanceBufferLength = 0;
|
||||
uint8_t *otInstanceBuffer = NULL;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user