diff options
Diffstat (limited to 'protocol/serial.h')
| -rw-r--r-- | protocol/serial.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/serial.h b/protocol/serial.h index 93b9ee922..bd071bec9 100644 --- a/protocol/serial.h +++ b/protocol/serial.h | |||
| @@ -41,5 +41,6 @@ POSSIBILITY OF SUCH DAMAGE. | |||
| 41 | /* host role */ | 41 | /* host role */ |
| 42 | void serial_init(void); | 42 | void serial_init(void); |
| 43 | uint8_t serial_recv(void); | 43 | uint8_t serial_recv(void); |
| 44 | void serial_send(uint8_t data); | ||
| 44 | 45 | ||
| 45 | #endif | 46 | #endif |
