Skip to content

Commit 73154ef

Browse files
committed
Merge pull request #12 from arduino/facchinm-refactor_1
Facchinm refactor 1
2 parents 1e12a53 + 11384f9 commit 73154ef

28 files changed

+519
-3229
lines changed

Godeps/Godeps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 6 additions & 346 deletions
Large diffs are not rendered by default.

altbuild.sh

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

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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
package main
22

33
import (
4-
"log"
5-
//"regexp"
6-
//"strconv"
7-
//"time"
4+
log "github.com/Sirupsen/logrus"
85
)
96

107
type BufferflowDefault struct {

bufferflow_dummypause.go

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

0 commit comments

Comments
 (0)