Skip to content

funtion timer_get_tics returns uint32_t

Peter Jansweijer requested to merge peter_230322_softpll_ng_typedef into wrpc-v5

A minor typedef issue which I found while debugging... On a 32-bit RISC-V int and uint32_t are the same but the latter explicitly defines a 32 bit integer.

Merge request reports