diff options
Diffstat (limited to 'src/amps/sysinfo.c')
-rw-r--r-- | src/amps/sysinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amps/sysinfo.c b/src/amps/sysinfo.c index db35fb4..9a8e31b 100644 --- a/src/amps/sysinfo.c +++ b/src/amps/sysinfo.c @@ -61,7 +61,7 @@ void init_sysinfo(amps_si *si, int cmac, int vmac, int dcc, int sid1, int regh, /* Word 1 */ si->word1.sid1 = sid1; - si->word1.ep = 1; /* shall be 0 */ + si->word1.ep = 0; /* shall be 0 */ si->word1.auth = 0; si->word1.pci = 0; |