Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move DeviceInfoProvider to common code and use it in linux and NRF. #18687

Merged
merged 12 commits into from
May 25, 2022
Prev Previous commit
Next Next commit
Restyle
  • Loading branch information
andy31415 committed May 20, 2022
commit 7fc15301de187ca5bb4a939e2a7d24159356c4f3
2 changes: 1 addition & 1 deletion src/platform/Zephyr/DeviceInfoProviderImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#include <lib/support/CHIPMemString.h>
#include <lib/support/CodeUtils.h>
#include <lib/support/DefaultStorageKeyAllocator.h>
#include <platform/internal/CHIPDeviceLayerInternal.h>
#include <platform/Zephyr/DeviceInfoProviderImpl.h>
#include <platform/internal/CHIPDeviceLayerInternal.h>

#include <stdlib.h>
#include <string.h>
Expand Down