Skip to content

Commit

Permalink
MERG CBUS - set SLiM nodes reporting QNN to 0 events
Browse files Browse the repository at this point in the history
  • Loading branch information
icklesteve committed Jun 16, 2020
1 parent 1a37a77 commit 4c1d150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/src/jmri/jmrix/can/cbus/node/CbusNode.java
Expand Up @@ -93,6 +93,7 @@ public void setNodeFlags(int flags) {

if ( ( ( _flags >> 2 ) & 1 ) == 0 ){
getNodeBackupManager().setNodeInSlim();
getNodeEventManager().resetNodeEventsToZero(); // sets num events to 0
}

if ( ( ( _flags >> 5 ) & 1 ) == 1 ){
Expand Down

0 comments on commit 4c1d150

Please sign in to comment.