mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
compiler warnings on x86_64 fixed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@774 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user