mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 14:12:05 +00:00
Update src/platform/portduino/ch341a_i2c.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
2f9e0f92e5
commit
1dcceb1da7
@ -119,7 +119,7 @@ int32_t ch341readEEPROM_param(uint8_t *buffer, uint32_t offset, uint32_t bytesto
|
|||||||
xferBulkOut = libusb_alloc_transfer(0);
|
xferBulkOut = libusb_alloc_transfer(0);
|
||||||
|
|
||||||
if (!xferBulkIn || !xferBulkOut) {
|
if (!xferBulkIn || !xferBulkOut) {
|
||||||
printf("Couldnt allocate USB transfer structures\n");
|
printf("Couldn't allocate USB transfer structures\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user