mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-21 05:17:37 +00:00
implemented scsi inquiry
This commit is contained in:
@@ -33,6 +33,7 @@ extern "C" {
|
||||
void start_usb(void);
|
||||
void stop_usb(void);
|
||||
void irq_usb(void);
|
||||
void usb_transfer(void);
|
||||
|
||||
CH_IRQ_HANDLER(Vector60) {
|
||||
irq_usb();
|
||||
@@ -68,7 +69,9 @@ int main() {
|
||||
|
||||
start_usb();
|
||||
//event_dispatcher.run();
|
||||
while (true);
|
||||
while (true) {
|
||||
usb_transfer();
|
||||
}
|
||||
stop_usb();
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user