Skip to content

Commit

Permalink
Merge pull request #817 from 3d-gussner/MK3_fix6
Browse files Browse the repository at this point in the history
Fix MK3 compilation issue with Arduino 1.8.x
  • Loading branch information
mkbel authored Aug 7, 2018
2 parents cc37ef4 + 8f032ad commit 4cc127f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/xyzcal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#define _PI 3.14159265F

extern long count_position[NUM_AXIS];
extern volatile long count_position[NUM_AXIS];

uint8_t check_pinda_0();
uint8_t check_pinda_1();
Expand Down

0 comments on commit 4cc127f

Please sign in to comment.