Trivial spelling correction
This commit is contained in:
parent
5bb3933b21
commit
dfd4e74a5c
@ -43,7 +43,7 @@ block_t *current_block; // A pointer to the block currently being traced
|
|||||||
//===========================================================================
|
//===========================================================================
|
||||||
//=============================private variables ============================
|
//=============================private variables ============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//static makes it inpossible to be called from outside of this file by extern.!
|
//static makes it impossible to be called from outside of this file by extern.!
|
||||||
|
|
||||||
// Variables used by The Stepper Driver Interrupt
|
// Variables used by The Stepper Driver Interrupt
|
||||||
static unsigned char out_bits; // The next stepping-bits to be output
|
static unsigned char out_bits; // The next stepping-bits to be output
|
||||||
|
Loading…
Reference in New Issue
Block a user