mirror of
https://github.com/apache/nuttx.git
synced 2026-08-24 15:08:47 +00:00
Fix some interrupt argument issues associated with NRF21L01
This commit is contained in:
parent
840c5935a3
commit
6002393b2d
3 changed files with 9 additions and 6 deletions
|
|
@ -199,7 +199,7 @@ struct nrf24l01_config_s
|
|||
* chipenable - Enable or disable the chip (CE line)
|
||||
*/
|
||||
|
||||
int (*irqattach)(xcpt_t isr);
|
||||
int (*irqattach)(xcpt_t isr, FAR void *arg);
|
||||
void (*chipenable)(bool enable);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue