hskrieg 64c21ad428 uorb: allow for more than 255 uORB messages
Increased size for ORB_ID from uint8_t to uint16_t

Created a type: orb_id_size_t = uint16_t.
There are still a couple of places where the size
of the ORB_ID is assumed to be less than 16-bits.
The places that I have found are commented regarding
this and can be found with a search on orb_id_size_t.
2023-08-08 10:59:34 +02:00
..
2022-11-17 13:51:01 -08:00
2021-11-19 07:47:18 +01:00
2023-05-22 07:46:54 +02:00
2022-11-20 20:28:07 -05:00