mirror of
https://github.com/espressif/openthread.git
synced 2026-08-23 02:39:52 +00:00
[routing-manager] map otBorderRoutingDhcp6PdState to core type (#11240)
This commit updates `otBorderRoutingDhcp6PdState` to be properly mapped using `DefineMapEnum()` to its related core-internal `enum` definition. This avoids the use of `static_cast` for conversion and ensures only associated `enum` types can be mapped to each other.
This commit is contained in: