diff options
| author | tmk <nobody@nowhere> | 2013-03-05 15:45:15 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-03-05 15:45:15 +0900 |
| commit | 38bbe976e00a9a7bf6f8157016717e80503bf6a9 (patch) | |
| tree | 9113cd57c1bff3deef394ee966e2fdac8731a244 /protocol/serial.h | |
| parent | 1720cf34caa518a2cf85f286d1ca077ebe1a1451 (diff) | |
| parent | 5808317b694004c43a6e0f76e9715415cce19a25 (diff) | |
| download | qmk_firmware-38bbe976e00a9a7bf6f8157016717e80503bf6a9.tar.gz qmk_firmware-38bbe976e00a9a7bf6f8157016717e80503bf6a9.zip | |
Merge branch 'overlays'
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. | |||
| 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 | int16_t serial_recv2(void); | ||
| 44 | void serial_send(uint8_t data); | 45 | void serial_send(uint8_t data); |
| 45 | 46 | ||
| 46 | #endif | 47 | #endif |
