mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Updated USBFTDILoopback example to compile after 2224dd96cb
This commit is contained in:
parent
4ccbea7f36
commit
37d87903fa
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ class FTDIAsync : public FTDIAsyncOper
|
|||
{
|
||||
public:
|
||||
virtual uint8_t OnInit(FTDI *pftdi);
|
||||
virtual uint8_t OnRelease(FTDI *pftdi) {};
|
||||
};
|
||||
|
||||
uint8_t FTDIAsync::OnInit(FTDI *pftdi)
|
||||
|
|
Loading…
Reference in a new issue