From 94d0286b5896a923a0a59f7a1f037fe64f8fe141 Mon Sep 17 00:00:00 2001 From: Evan Lojewski Date: Sun, 16 May 2021 15:21:31 -0600 Subject: ncsi: Remove command debug code that mangled the SHM segment signature. (#219) --- libs/NCSI/ncsi.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/NCSI/ncsi.c b/libs/NCSI/ncsi.c index 894ed43..6aa4a44 100644 --- a/libs/NCSI/ncsi.c +++ b/libs/NCSI/ncsi.c @@ -646,7 +646,6 @@ void handleNCSIFrame(const NetworkFrame_t *frame) ++port->shm_channel->NcsiChannelNcsiRx.r32; } gPackageState.selected = true; - SHM.SegSig.r32 |= (1u << command); handler->fn(frame); } else @@ -675,7 +674,6 @@ void handleNCSIFrame(const NetworkFrame_t *frame) { ++port->shm_channel->NcsiChannelNcsiRx.r32; } - SHM.SegSig.r32 |= (1u << command); handler->fn(frame); } } @@ -840,7 +838,6 @@ void NCSI_init(void) { resetChannel(i); } - SHM.SegSig.r32 = 0; // (1u << command); } void NCSI_reload(reload_type_t reset_phy) -- cgit v1.2.1