Skip to content

device: use NMUnmanFlagOp enum members instead of literals

Fernando Fernández Mancera requested to merge ff/use_unman_flags into main

Replace TRUE or FALSE for their NMUnmanFlagOp enum member. It is more intuitive for newcomers so they can understand what is being set without looking at the values or function logic.

Merge request reports