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 bd071bec9..96913c867 100644 --- a/protocol/serial.h +++ b/protocol/serial.h @@ -41,6 +41,7 @@ POSSIBILITY OF SUCH DAMAGE.  /* host role */  void serial_init(void);  uint8_t serial_recv(void); +int16_t serial_recv2(void);  void serial_send(uint8_t data);  #endif | 
