Use enum field in rist_peer_config
rist_peer_config
declares the field timing_mode
as a uint32_t
, despite always being treated as an enum rist_timing_mode
.
This MR brings it in line with other enum fields in the struct, and changes its type to enum rist_timing_mode