firmware: Drop CEMU_TX_DATA when sim is in-active

When the emulated sim is in reset or without power, drop
CEMU_TX_DATA.

Change-Id: I796e548225a742cddfde12bd6a60e4d2e5c04c8f
This commit is contained in:
Alexander Couzens
2026-07-11 23:38:15 +02:00
parent 567c03c83f
commit bebed508dd
3 changed files with 20 additions and 0 deletions
+1
View File
@@ -72,6 +72,7 @@ void card_emu_uart_wait_tx_idle(uint8_t uart_chan);
void card_emu_uart_interrupt(uint8_t uart_chan);
int card_emu_get_vcc(uint8_t uart_chan);
bool card_ready(struct card_handle *ch);
struct cardemu_usb_msg_config;
int card_emu_set_config(struct card_handle *ch, const struct cardemu_usb_msg_config *scfg,