MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / is_willy

Method is_willy

OpenHD/ohd_common/src/openhd_platform.cpp:317–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317bool OHDPlatform::is_willy() const {
318 return platform_type == X_PLATFORM_TYPE_WILLY;
319}
320
321bool OHDPlatform::is_zero3w() const {
322 return platform_type == X_PLATFORM_TYPE_ROCKCHIP_RK3566_RADXA_ZERO3W;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected