From ce45a348db692acbaa3631bbe095af65e270f690 Mon Sep 17 00:00:00 2001 From: Sonny Jeon Date: Tue, 20 Nov 2012 20:20:09 -0700 Subject: [PATCH] Merge error fix. --- nuts_bolts.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nuts_bolts.h b/nuts_bolts.h index 5dc0f0a..65bdbe2 100755 --- a/nuts_bolts.h +++ b/nuts_bolts.h @@ -105,10 +105,4 @@ void delay_us(uint32_t us); // Syncs Grbl's gcode and planner position variables with the system position. void sys_sync_current_position(); -// Delays variable-defined milliseconds. Compiler compatibility fix for _delay_ms(). -void delay_ms(uint16_t ms); - -// Delays variable-defined microseconds. Compiler compatibility fix for _delay_us(). -void delay_us(uint16_t us); - #endif