Added shared stream buffer handling for tool change protocol.

This commit is contained in:
Terje
2021-03-14 21:53:45 +01:00
parent 4039b2bb76
commit aa08dc8d43
5 changed files with 57 additions and 2 deletions

View File

@@ -104,4 +104,7 @@ typedef struct {
char data[BLOCK_TX_BUFFER_SIZE];
} stream_block_tx_buffer_t;
bool stream_rx_suspend (stream_rx_buffer_t *rxbuffer, bool suspend);
void stream_rx_backup (stream_rx_buffer_t *rxbuffer);
#endif