Skip to content

Commit 021786a

Browse files
committed
delete all bufferflows except default
1 parent c64d86c commit 021786a

5 files changed

+2
-1478
lines changed

bufferflow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
//"time"
66
)
77

8-
var availableBufferAlgorithms = []string{"default", "tinyg", "dummypause", "grbl"}
8+
var availableBufferAlgorithms = []string{"default"}
99

1010
type BufferMsg struct {
1111
Cmd string

bufferflow_default.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
import (
4-
"log"
4+
log "github.com/Sirupsen/logrus"
55
//"regexp"
66
//"strconv"
77
//"time"

bufferflow_dummypause.go

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)