feat(can): tx callback

This commit is contained in:
CarlWachter
2024-10-02 10:11:34 +02:00
parent 6c92ad7735
commit 0b24d78835
2 changed files with 18 additions and 1 deletions

View File

@@ -79,6 +79,11 @@ namespace sta
*/
void canCallback(uint32_t fifo);
/**
* @brief Notify the system that a message was transmitted. Used to avoid overwriting the message buffer.
*/
void txCallback();
void init() override;
void func() override;