mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-23 00:13:43 +02:00
Add initial version of the Build and release action
This commit is contained in:
@@ -16,7 +16,7 @@ void SerialManager::setup()
|
||||
#endif
|
||||
}
|
||||
|
||||
usb_serial_jtag_write_bytes_chunked(const char *data, size_t len, size_t timeout)
|
||||
void usb_serial_jtag_write_bytes_chunked(const char *data, size_t len, size_t timeout)
|
||||
{
|
||||
#ifndef CONFIG_USE_UART_FOR_COMMUNICATION
|
||||
while (len > 0)
|
||||
|
||||
Reference in New Issue
Block a user