Add missing typedef
This commit is contained in:
parent
1a462dcd87
commit
b3edfd89bd
1 changed files with 3 additions and 2 deletions
|
@ -616,9 +616,10 @@
|
|||
typedef unsigned long RadioLibTime_t;
|
||||
|
||||
/*!
|
||||
\brief Type used for radio-agnostic IRQ flags.
|
||||
\brief Type used for radio-agnostic IRQ flags. IRQ to enable corresponds to the bit index (RadioLibIrq_t).
|
||||
For example, if bit 0 is set, the module will enable its RADIOLIB_IRQ_TX_DONE (if it is supported).
|
||||
*/
|
||||
typedef uint8_t RadioIrqFlags_t;
|
||||
typedef uint32_t RadioLibIrqFlags_t;
|
||||
|
||||
/*!
|
||||
\}
|
||||
|
|
Loading…
Add table
Reference in a new issue