Fixed comment error.

This commit is contained in:
Toni Wilen 2018-02-01 18:39:33 +02:00
parent 8a3cad03a3
commit ecd8522967

View File

@ -290,7 +290,8 @@ static void init_status_phase(ESPState *s, int st)
{
// Multi Evolution driver reads FIFO after
// Message Accepted command. This makes
// sure wrong buffer is not read. s->pio_on = 0;
// sure wrong buffer is not read.
s->pio_on = 0;
s->async_buf = NULL;
s->fifo_on = 2;