Skip to content

Commit

Permalink
Merge pull request #2 from jomag/master
Browse files Browse the repository at this point in the history
Fix include of max86150.h
  • Loading branch information
protocentralashwin authored May 10, 2020
2 parents 17f2a6d + 2c25ab6 commit 852350a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/max86150.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
BSD license, all text above must be included in any redistribution.
*****************************************************/

#include "MAX86150.h"
#include "max86150.h"

static const uint8_t MAX86150_INTSTAT1 = 0x00;
static const uint8_t MAX86150_INTSTAT2 = 0x01;
Expand Down

0 comments on commit 852350a

Please sign in to comment.