B5500: Added UNIT_SEQ flag to allow append open to work.
This commit is contained in:
parent
2a75aa630c
commit
8a7c732df0
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
|||
#include "sim_console.h"
|
||||
|
||||
#define UNIT_CDR UNIT_ATTABLE | UNIT_RO | UNIT_DISABLE | MODE_029
|
||||
#define UNIT_CDP UNIT_ATTABLE | UNIT_DISABLE | MODE_029
|
||||
#define UNIT_LPR UNIT_ATTABLE | UNIT_DISABLE
|
||||
#define UNIT_CDP UNIT_ATTABLE | UNIT_SEQ | UNIT_DISABLE | MODE_029
|
||||
#define UNIT_LPR UNIT_ATTABLE | UNIT_SEQ | UNIT_DISABLE
|
||||
|
||||
#define TMR_RTC 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue