Hi!
Anybody knows how to reinitialize a vector?
Like for example, in the code below, I already put values inside emergencyCallPriorities.
std::vector<RadioPriority> emergencyCallPriorities
I need to reset all the values. and will put a new values again....