Fix some interrupt argument issues associated with NRF21L01

This commit is contained in:
Gregory Nutt
2017-02-27 12:06:15 -06:00
parent 840c5935a3
commit 6002393b2d
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -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);
};