Skip to content

Commit

Permalink
Use int32_t instead of int.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Aug 28, 2018
1 parent 4ea16c2 commit 244287d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gps/gps.c
Expand Up @@ -64,7 +64,7 @@
*/
static int32_t
parse_number(gps_t* gh, const char* t) {
int res = 0;
int32_t res = 0;
uint8_t minus;

if (t == NULL) {
Expand Down

0 comments on commit 244287d

Please sign in to comment.