mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
Fix some interrupt argument issues associated with NRF21L01
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user