Skip to content

Commit

Permalink
on to 2013
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanix committed Jan 13, 2013
1 parent f079d2b commit 5356214
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.h
Expand Up @@ -25,7 +25,7 @@

// Version number
// (must not contain capital letters)
#define LASAURGRBL_VERSION "12.10"
#define LASAURGRBL_VERSION "13.01"
// build for new driveboard hardware
#define DRIVEBOARD
#define BAUD_RATE 57600
Expand Down
2 changes: 2 additions & 0 deletions stepper.c
Expand Up @@ -40,6 +40,8 @@
Speed adjustments are made ACCELERATION_TICKS_PER_SECOND times per second.
*/

#define __DELAY_BACKWARD_COMPATIBLE__ // _delay_us() make backward compatible see delay.h

#include <math.h>
#include <stdlib.h>
#include <util/delay.h>
Expand Down

0 comments on commit 5356214

Please sign in to comment.