From 07236cdd44689cb8f35b06b8e05d5991d9e40d00 Mon Sep 17 00:00:00 2001 From: NewRisingSun <8vytz1+dhp372pv94ebg@sharklasers.com> Date: Mon, 7 Jun 2021 19:15:13 +0200 Subject: [PATCH] Comment style --- src/boards/163.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/boards/163.c b/src/boards/163.c index 393817b..a285fff 100644 --- a/src/boards/163.c +++ b/src/boards/163.c @@ -65,8 +65,8 @@ static DECLFW(writeReg) if (A &1) { - if (reg[1] &0x01 && ~V &0x01) reg[1] ^=0x04; // If A0=1, flip feedback bit on falling edges of D0 - } // If A0=0, write to register + if (reg[1] &0x01 && ~V &0x01) reg[1] ^=0x04; /* If A0=1, flip feedback bit on falling edges of D0 */ + } /* If A0=0, write to register */ else reg[index] = V; sync();