summaryrefslogtreecommitdiffstats
path: root/modules/nfc-nci
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nfc-nci')
-rw-r--r--modules/nfc-nci/nfc_nci_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nfc-nci/nfc_nci_example.c b/modules/nfc-nci/nfc_nci_example.c
index 01914f0..2514225 100644
--- a/modules/nfc-nci/nfc_nci_example.c
+++ b/modules/nfc-nci/nfc_nci_example.c
@@ -25,7 +25,7 @@
* NCI HAL method implementations. These must be overriden
*/
static int hal_open(const struct nfc_nci_device *dev,
- nfc_stack_callback_t *p_cback) {
+ nfc_stack_callback_t *p_cback, nfc_stack_data_callback_t *p_data_cback) {
ALOGE("NFC-NCI HAL: %s", __FUNCTION__);
return 0;
}