Added NoriQs enhancements for the MZ65xx machines
This commit is contained in:
@@ -222,7 +222,11 @@ if( digitalRead( PS2_IrqPin ) )
|
||||
return;
|
||||
#endif
|
||||
if( _ps2mode & _TX_MODE )
|
||||
{
|
||||
// Added by NoriQ
|
||||
//delayMicroseconds(10);
|
||||
send_bit( );
|
||||
}
|
||||
else
|
||||
{
|
||||
static uint32_t prev_ms = 0;
|
||||
|
||||
Reference in New Issue
Block a user