diff --git a/server/drivers/t6963.c b/server/drivers/t6963.c index 89d27a5..9a824d5 100644 --- a/server/drivers/t6963.c +++ b/server/drivers/t6963.c @@ -398,7 +398,7 @@ t6963_heartbeat (int type) if (type) saved_type = type; - if (type = HEARTBEAT_ON) { + if (type == HEARTBEAT_ON) { // Set this to pulsate like a real heartbeat... whichIcon = (! ((timer + 4) & 5)); // Put character on screen...