Maxim Integrated's IoT development kit
Dependencies: MAX30101 MAX30003 MAX113XX_Pixi MAX30205 max32630fthr USBDevice
Revision 11:04292fba5078, committed 2018-05-09
- Comitter:
- mahirozturk
- Date:
- Wed May 09 08:13:06 2018 +0000
- Parent:
- 10:dbeda3ffffb8
- Child:
- 12:1300cb0f6274
- Commit message:
- Build fix
Changed in this revision
--- a/USBDevice.lib Fri May 04 11:51:53 2018 +0300 +++ b/USBDevice.lib Wed May 09 08:13:06 2018 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/teams/MaximIntegrated/code/USBDevice/#17ac7abb27a7 \ No newline at end of file +https://developer.mbed.org/teams/MaximIntegrated/code/USBDevice/#17ac7abb27a7
--- a/main.cpp Fri May 04 11:51:53 2018 +0300 +++ b/main.cpp Wed May 09 08:13:06 2018 +0000 @@ -30,10 +30,10 @@ * ownership rights. ******************************************************************************* */ -#include <config.h> #include <mbed.h> #include <events/mbed_events.h> #include <rtos.h> +#include "config.h" #include "ble/BLE.h" #include "ble/Gap.h" #include "max32630fthr.h"
--- a/max30101_algo.h Fri May 04 11:51:53 2018 +0300 +++ b/max30101_algo.h Wed May 09 08:13:06 2018 +0000 @@ -35,6 +35,7 @@ #include <stdio.h> #include <stdlib.h> +#include <stdint.h> #include <math.h> #include <string.h>