{
    // this will set the global.inputByte to the input reported by USB
    if (external_call(global.usbavailable)){
        global.inputByte = external_call(global.usbin);
    }
}
