fix warnings found in nrf52 build

This commit is contained in:
Kevin Hester
2021-03-08 15:20:43 +08:00
parent c0e180759d
commit 707ed75138
4 changed files with 6 additions and 4 deletions

View File

@@ -114,7 +114,8 @@ int32_t ExternalNotificationPlugin::runOnce()
return (INT32_MAX);
}
#else
return INT32_MAX;
#endif
}

View File

@@ -124,7 +124,8 @@ int32_t SerialPlugin::runOnce()
return (INT32_MAX);
}
#else
return INT32_MAX;
#endif
}