Mahesh Phalke / Mbed OS EVAL-AD7606

Dependencies:   platform_drivers

Revision:
7:94f36455773c
Parent:
6:75e922b3859a
--- a/app/app_config.c	Thu Jul 15 13:21:42 2021 +0530
+++ b/app/app_config.c	Mon Aug 02 16:11:58 2021 +0530
@@ -18,7 +18,7 @@
 #include <stdbool.h>
 
 #include "app_config.h"
-#include "ad7606_data_capture.h"
+#include "adc_data_capture.h"
 #include "error.h"
 #include "uart.h"
 #include "gpio.h"
@@ -54,7 +54,7 @@
 
 /* External interrupt callback descriptor */
 static struct callback_desc ext_int_callback_desc = {
-	do_conversion_callback,
+	data_capture_callback,
 	NULL,
 	NULL
 };