From: ian Date: Fri, 30 Dec 2005 11:37:56 +0000 (+0000) Subject: add bstop command X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=797d4f618ddfde7be7a94a8201a1608326010eca;p=trains.git add bstop command --- diff --git a/hostside/nmra-packets.h b/hostside/nmra-packets.h index 480dac8..ac18869 100644 --- a/hostside/nmra-packets.h +++ b/hostside/nmra-packets.h @@ -34,6 +34,10 @@ NMRA(estop, Anone, { /* Baseline Broadcast stop Forwards(I) Emergency S9.2 B l.98- */ CONST(0x00, 0x71); }) +NMRA(bstop, Anone, { + /* Baseline Broadcast stop Forwards(I) non-Emergency S9.2 B l.98- */ + CONST(0x00, 0x70); +}) NMRA(reset, Anone, { /* Baseline Decoder Reset S9.2 B l.77- */ CONST(0x00, 0x00);