diff --git a/Libraries/Arduino/src/spo2_algorithm.cpp b/Libraries/Arduino/src/spo2_algorithm.cpp index e1164d9..d008dc1 100644 --- a/Libraries/Arduino/src/spo2_algorithm.cpp +++ b/Libraries/Arduino/src/spo2_algorithm.cpp @@ -57,7 +57,7 @@ ******************************************************************************* */ -#include "arduino.h" +#include "Arduino.h" #include "spo2_algorithm.h" #if defined(ARDUINO_AVR_UNO) diff --git a/Libraries/Arduino/src/spo2_algorithm.h b/Libraries/Arduino/src/spo2_algorithm.h index 201c446..1e86866 100644 --- a/Libraries/Arduino/src/spo2_algorithm.h +++ b/Libraries/Arduino/src/spo2_algorithm.h @@ -62,7 +62,7 @@ #ifndef SPO2_ALGORITHM_H_ #define SPO2_ALGORITHM_H_ -#include +#include #define FS 25 //sampling frequency #define BUFFER_SIZE (FS * 4)