Skip to content

Commit

Permalink
fix: update log message for clarity in buffer flow initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
dido18 committed Jan 14, 2025
1 parent 294de02 commit 99a31e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bufferflow_timed.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func NewBufferFlowTimed(port string, output chan<- []byte) *BufferflowTimed {

// Init will initialize the bufferflow
func (b *BufferflowTimed) Init() {
log.Println("Start consuming from serial (output once every 16ms)")
log.Println("Start consuming from serial port (output once every 16ms)")
go b.consumeInput()
}

Expand Down

0 comments on commit 99a31e6

Please sign in to comment.