Skip to content

Commit

Permalink
Fix MK3 compilation issue with Arduino 1.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
3d-gussner committed Jun 8, 2018
1 parent 877f8f2 commit 8f032ad
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 8f032ad

Please sign in to comment.