diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-02-05 17:29:43 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-02-05 17:30:11 +0100 |
| commit | 75991f63b5a061592d57b59a9c4f46a078d19406 (patch) | |
| tree | f8122f7d557f3ed2439e50b12675b48d0de5fcdd /src/split.h | |
| parent | d19f5ce8b56e1199eb9e20ba83b38f8e3e915437 (diff) | |
| download | sxkbd-75991f63b5a061592d57b59a9c4f46a078d19406.tar.gz sxkbd-75991f63b5a061592d57b59a9c4f46a078d19406.zip | |
Forward warning from slave to master and dont call hid and cdc tasks on slave
Diffstat (limited to 'src/split.h')
| -rw-r--r-- | src/split.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/split.h b/src/split.h index 22a7479..b8e26a5 100644 --- a/src/split.h +++ b/src/split.h @@ -11,4 +11,6 @@ void split_init(void); void split_task(void); +void split_warn_master(const char *msg); + extern int split_role; |
