mirror of
https://github.com/rcornwell/sims.git
synced 2026-05-04 07:00:17 +00:00
SEL32: Remove UNIT_ATT usage. Add reset function.
This commit is contained in:
committed by
Richard Cornwell
parent
d2c61b6d3d
commit
c14b5bbdcc
@@ -293,7 +293,8 @@ DEVICE com_dev = {
|
|||||||
coml_mod COM modifieers list
|
coml_mod COM modifieers list
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define UNIT_COML UNIT_ATTABLE|UNIT_DISABLE|UNIT_ATT|UNIT_IDLE
|
/*#define UNIT_COML UNIT_ATTABLE|UNIT_DISABLE|UNIT_IDLE */
|
||||||
|
#define UNIT_COML UNIT_IDLE|UNIT_DISABLE
|
||||||
|
|
||||||
/* channel program information */
|
/* channel program information */
|
||||||
CHANP coml_chp[COM_LINES*2] = {0};
|
CHANP coml_chp[COM_LINES*2] = {0};
|
||||||
|
|||||||
Reference in New Issue
Block a user