Added missing typedef

This commit is contained in:
jgromes 2024-08-20 20:38:49 +02:00
parent 8c24a5fcf5
commit d1803bcc49

View file

@ -615,6 +615,11 @@
*/
typedef unsigned long RadioLibTime_t;
/*!
\brief Type used for radio-agnostic IRQ flags.
*/
typedef uint8_t RadioIrqFlags_t;
/*!
\}
*/