Minor changes.

- Changed some names up and removed a plan_reset() function that is
never used.
This commit is contained in:
Sonny Jeon
2013-01-06 12:04:02 -07:00
parent 5e7c25d480
commit 53286744d5
4 changed files with 10 additions and 18 deletions

View File

@ -73,9 +73,6 @@ void plan_set_current_position(int32_t x, int32_t y, int32_t z);
// Reinitialize plan with a partially completed block
void plan_cycle_reinitialize(int32_t step_events_remaining);
// Reset buffer
void plan_reset_buffer();
// Returns the status of the block ring buffer. True, if buffer is full.
uint8_t plan_check_full_buffer();