diff options
Diffstat (limited to '')
-rw-r--r-- | drv_LEDMatrix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drv_LEDMatrix.c b/drv_LEDMatrix.c index a9fe9a8..a44f93c 100644 --- a/drv_LEDMatrix.c +++ b/drv_LEDMatrix.c @@ -145,8 +145,8 @@ static void drv_LEDMatrix_blit(const int row, const int col, const int height, c if ((i == 2) && (reply[0] == DSP_CMD_ACK) && (reply[1] == DSP_CMD_IMAGE)) { ack = 1; } else if ((i > 1) && (reply[0] == DSP_CMD_IR)) { -/* maybe used later: */ -/* ir_receive(reply+1, i-1); */ + /* maybe used later: */ + /* ir_receive(reply+1, i-1); */ } else { info("%s: Unexpected reply message", Name); } |