60c60
< void recv(uint8_t data) override;
---
> bool recv(const std::vector<uint8_t> &data) override;
70,76d69
< * If the controller should ignore the next N data bytes and
< * acknowledge them. This occurs when the driver is attempting to
< * setup some feature we don't care about.
< */
< int ackNext;
<
< /**