Project

General

Profile

Revision 40

fixed something

View differences:

lab3.c
100 100
    uint8_t cmd = 0;
101 101
    if(kbc_read_cmd(&cmd)) return 1;
102 102
    cmd = (cmd | INT_KBD) & (~DIS_KBD);
103

  
104 103
    if(kbc_change_cmd(cmd)) return 1;
105 104

  
106 105
    return 0;

Also available in: Unified diff