Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: support odp-thread counts larger than 256
Support ODP implementations with ODP_THREAD_COUNT_MAX > 256. Values larger than 256 will not fit into an 'uint8_t' so the relevant code has been changed to use 'uint16_t' instead.
- Loading branch information