Skip to content

Commit

Permalink
Datatype change for compilation issue with ESP32
Browse files Browse the repository at this point in the history
  • Loading branch information
marscaper committed Mar 28, 2019
1 parent bb3ed64 commit aa0c31e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ELP2000.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@

struct ELP2000Coefficient
{
char Ec;
char D;
char M;
char Mp;
char F;
int8_t Ec;
int8_t D;
int8_t M;
int8_t Mp;
int8_t F;
};

CONST FLOAT LMoonCoefficients[] =
Expand Down

0 comments on commit aa0c31e

Please sign in to comment.