1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00
Benjamin Valentin 1768e93710 drivers/periph: use uint_fast8_t as default type
The default driver type is just an index into a device array defined
by the board.

If a platform wants to encode additional information in the device type,
it can define a custom type.

This means we can just set the default type to whatever fits the target
CPU best.

On ARM this will still be a 32 bit word, but on AVR it will by a 8 bit byte.
2021-11-18 10:29:50 +01:00
..
2019-04-03 11:12:46 +02:00
2020-05-14 16:53:05 +02:00
2015-11-19 15:57:36 +01:00
2019-11-23 22:39:07 +01:00
2020-10-22 11:29:27 +02:00
2021-02-10 09:55:52 +01:00
2021-11-16 11:21:07 +01:00