X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/79e54580ae0ce192f6c66a11880136eac483fc29..9b2011455585885748164ab76dfaae76fffb0ff9:/Demos/Host/Incomplete/RNDISEthernetHost/Lib/RNDISCommands.c?ds=inline diff --git a/Demos/Host/Incomplete/RNDISEthernetHost/Lib/RNDISCommands.c b/Demos/Host/Incomplete/RNDISEthernetHost/Lib/RNDISCommands.c index 4802bedb9..b1966142a 100644 --- a/Demos/Host/Incomplete/RNDISEthernetHost/Lib/RNDISCommands.c +++ b/Demos/Host/Incomplete/RNDISEthernetHost/Lib/RNDISCommands.c @@ -72,7 +72,7 @@ uint8_t RNDIS_GetEncapsulatedResponse(void* Buffer, uint16_t Length) return USB_Host_SendControlRequest(Buffer); } -uint8_t RNDIS_KeepAlive(void) +uint8_t RNDIS_SendKeepAlive(void) { uint8_t ErrorCode;