mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-21 06:13:41 +00:00
Startup and communication bugfixes
- reduce amount of mode switched when starting and loading setups - improve logging for errors during HIL tests - fix small USB communication bugs
This commit is contained in:
parent
733d0ffbf4
commit
ca25969574
14 changed files with 148 additions and 44 deletions
|
|
@ -269,6 +269,7 @@ bool usb_transmit(const uint8_t *data, uint16_t length) {
|
|||
}
|
||||
bool ret = true;
|
||||
if(!data_transmission_active) {
|
||||
last_transmission = HAL_GetTick();
|
||||
ret = trigger_next_fifo_transmission();
|
||||
}
|
||||
__enable_irq();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue