1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/cc2538: define radio irq prio at cpu level

This commit is contained in:
Alexandre Abadie 2020-01-08 14:41:01 +01:00
parent c70a14ff89
commit 82d1d40042
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -350,6 +350,13 @@ typedef gpio_t adc_conf_t;
#endif
/** @} */
/**
* @name Radio peripheral configuration
* @{
*/
#define RADIO_IRQ_PRIO 1
/** @} */
#ifdef __cplusplus
}
#endif