mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-18 20:35:57 +02:00
Adding missing function to ccid driver.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -149,6 +149,10 @@ size_t driver_read(uint8_t *buffer, size_t buffer_size) {
|
|||||||
return tud_vendor_read(buffer, buffer_size);
|
return tud_vendor_read(buffer, buffer_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int driver_process_usb_nopacket() {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
int driver_process_usb_packet(uint16_t rx_read) {
|
int driver_process_usb_packet(uint16_t rx_read) {
|
||||||
if (rx_read >= 10)
|
if (rx_read >= 10)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user