Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: platform_drivers
Diff: app/app_config.c
- 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 };