mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-08-14 19:24:13 +03:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user