Ejemplo n.º 1
0
void Flip( unsigned wait )
{
    char        ch;

    if( !(ScrnState & USR_SCRN_VISIBLE) ) {
        DUIWndUser();
    }
    if( !(ScrnState & DBG_SCRN_VISIBLE) ) {
        ch = RemoteReadUserKey( wait );
    }
}
Ejemplo n.º 2
0
void Flip( uint_16 wait )
{
//    char        ch;

    if( !(ScrnState & USR_SCRN_VISIBLE) ) {
        DUIWndUser();
    }
    if( !(ScrnState & DBG_SCRN_VISIBLE) ) {
//        ch = RemoteReadUserKey( wait );
        RemoteReadUserKey( wait );
    }
}