Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[zephyr] Fix CHIPDevicePlatformEvent.h include dependency (#33004)
Currently the CHIPDevicePlatformEvent depends on the SystemPacketBuffer which is included in the CHIPDeviceEvent.h too late. The problem is silently worked around in the application when the <platform/PlatformManager.h> include is preceded by other headers that pull in SystemPacketBuffer.h, but we need a proper fix. Signed-off-by: Marcin Kajor <[email protected]>
- Loading branch information