Added missing typedef
This commit is contained in:
parent
8c24a5fcf5
commit
d1803bcc49
1 changed files with 5 additions and 0 deletions
|
@ -615,6 +615,11 @@
|
|||
*/
|
||||
typedef unsigned long RadioLibTime_t;
|
||||
|
||||
/*!
|
||||
\brief Type used for radio-agnostic IRQ flags.
|
||||
*/
|
||||
typedef uint8_t RadioIrqFlags_t;
|
||||
|
||||
/*!
|
||||
\}
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue