diff --git a/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h b/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
index f822d0ba54dd77ae16d5b9b790e01f4b2e085935..7a9c3675d8927f38e51a8f0ca804abdb0878aab7 100644
--- a/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
+++ b/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
@@ -203,7 +203,7 @@
 				{
 					uint8_t SigReadAddress = 0x0E;
 
-					for (uint8_t SerialCharNum = 0; SerialCharNum < (INTERNAL_SERIAL_LENGTH_BYTES * 2); SerialCharNum++)
+					for (uint8_t SerialCharNum = 0; SerialCharNum < (INTERNAL_SERIAL_LENGTH_BITS / 4); SerialCharNum++)
 					{
 						uint8_t SerialByte = boot_signature_byte_get(SigReadAddress);