forked from PAWPAW-Mirror/lib_xua
Improved iAP case function name
This commit is contained in:
@@ -347,7 +347,7 @@ void usb_midi(port ?p_midi_in, port ?p_midi_out,
|
|||||||
/* Slow timer looking for IDevice plug/unplug event */
|
/* Slow timer looking for IDevice plug/unplug event */
|
||||||
case iAPTimer when timerafter(polltime) :> void:
|
case iAPTimer when timerafter(polltime) :> void:
|
||||||
printintln(polltime);
|
printintln(polltime);
|
||||||
handle_poll_dev_det(iAPTimer);
|
iap_handle_poll_dev_det(iAPTimer);
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user