Facedancer11 support. Boards just shipped from China.
[goodfet] / firmware / include / maxusb.h
1 #include "spi.h"
2
3
4 #define MAXUSB 0x40
5 #define MAXUSB_H
6
7 //! Handles a monitor command.
8 void maxusb_handle_fn( uint8_t const app,
9                        uint8_t const verb,
10                        uint32_t const len);
11
12 extern app_t const maxusb_app;
13
14