Use block_after_ACK in flashmem too

This commit is contained in:
Philippe Teuwen 2019-04-26 13:53:11 +02:00
commit 01b31c742b
3 changed files with 8 additions and 3 deletions

View file

@ -49,6 +49,7 @@ extern bool send_with_crc_on_usb;
extern bool send_with_crc_on_fpc;
// "Session" flag, to tell via which interface next msgs are sent: USB or FPC USART
extern bool send_via_fpc;
extern communication_arg_t conn;
void SetOffline(bool value);
bool IsOffline(void);