Upgrade doxygen configuration files to the latest version.
[pub/lufa.git] / Demos / Device / LowLevel / BulkVendor / BulkVendor.c
index 92f526f..ddcabe3 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2013.
+     Copyright (C) Dean Camera, 2021.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2021  Dean Camera (dean [at] fourwalledcubicle [dot] com)
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
@@ -53,6 +53,7 @@ int main(void)
                USB_USBTask();
 
                uint8_t ReceivedData[VENDOR_IO_EPSIZE];
+               memset(ReceivedData, 0x00, sizeof(ReceivedData));
 
                Endpoint_SelectEndpoint(VENDOR_OUT_EPADDR);
                if (Endpoint_IsOUTReceived())