From c0b41b8e6028c92698484b79ee122f497b5e98b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sat, 4 Nov 2017 01:36:55 +0100 Subject: [PATCH] Remove the ApplyConfig() prototype because it doesn't exist anymore. --- right/src/usb_protocol_handler.h | 1 - 1 file changed, 1 deletion(-) diff --git a/right/src/usb_protocol_handler.h b/right/src/usb_protocol_handler.h index 5fa9b27..19971bb 100644 --- a/right/src/usb_protocol_handler.h +++ b/right/src/usb_protocol_handler.h @@ -48,6 +48,5 @@ // Functions: void UsbProtocolHandler(void); - void ApplyConfig(void); #endif