diff options
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.c')
| -rw-r--r-- | tmk_core/protocol/lufa/lufa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c index d673841fd..374add20f 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c | |||
| @@ -801,8 +801,6 @@ ERROR_EXIT: | |||
| 801 | Endpoint_SelectEndpoint(ep); | 801 | Endpoint_SelectEndpoint(ep); |
| 802 | return -1; | 802 | return -1; |
| 803 | } | 803 | } |
| 804 | #else | ||
| 805 | int8_t sendchar(uint8_t c) { return 0; } | ||
| 806 | #endif | 804 | #endif |
| 807 | 805 | ||
| 808 | /******************************************************************************* | 806 | /******************************************************************************* |
