Fixed keyboard in Windows NT.
This commit is contained in:
parent
18512b310f
commit
7dfce428f2
2 changed files with 13 additions and 8 deletions
|
|
@ -289,6 +289,8 @@ void picintlevel(uint16_t num)
|
|||
void picintc(uint16_t num)
|
||||
{
|
||||
int c = 0;
|
||||
if (!num)
|
||||
return;
|
||||
while (!(num & (1 << c))) c++;
|
||||
if (AT && c == 2)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue