1
0
mirror of https://github.com/UberGuidoZ/Flipper.git synced 2025-03-12 10:58:59 +00:00
Flipper/Applications/Official/source-OLDER/xMasterX/cli-bridge/cli_control.h

8 lines
203 B
C

#pragma once
#include <furi.h>
#include <furi_hal.h>
extern void latch_tx_handler();
extern void unlatch_tx_handler(bool persist);
extern FuriStreamBuffer* tx_stream;
extern FuriStreamBuffer* rx_stream;