Keyboard: Update the serial.c of crkbd based on the helix-serial.c (#4349)
This commit is contained in:
parent
e9fd42df71
commit
756d92c1a0
6 changed files with 277 additions and 105 deletions
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
#ifndef SPLIT_COMM_H
|
||||
#define SPLIT_COMM_H
|
||||
|
||||
#ifndef SERIAL_USE_MULTI_TRANSACTION
|
||||
/* --- USE Simple API (OLD API, compatible with let's split serial.c) --- */
|
||||
|
@ -19,3 +20,5 @@ void serial_slave_init(void);
|
|||
int serial_update_buffers(int master_changed);
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* SPLIT_COMM_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue