diff options
Diffstat (limited to 'tmk_core/protocol/news.h')
-rw-r--r-- | tmk_core/protocol/news.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tmk_core/protocol/news.h b/tmk_core/protocol/news.h index 35e09c4d20..d0c4bc6a4d 100644 --- a/tmk_core/protocol/news.h +++ b/tmk_core/protocol/news.h @@ -41,9 +41,8 @@ POSSIBILITY OF SUCH DAMAGE. * Primitive PS/2 Library for AVR */ - /* host role */ -void news_init(void); +void news_init(void); uint8_t news_recv(void); /* device role */ |