From e1cf5fc2a617e4b642f2eef6e6c32b751d5e9227 Mon Sep 17 00:00:00 2001 From: NicoHood Date: Mon, 22 Jan 2018 12:06:38 +0100 Subject: Make USE_INTERNAL_SERIAL configureable as makefile define --- LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h') diff --git a/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h b/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h index d3c979e48..6b5c3199f 100644 --- a/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h +++ b/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h @@ -113,7 +113,9 @@ * On unsupported devices, this will evaluate to \ref NO_DESCRIPTOR and so will force the host to create a pseudo-serial * number for the device. */ + #ifndef USE_INTERNAL_SERIAL #define USE_INTERNAL_SERIAL 0xDC + #endif /** Length of the device's unique internal serial number, in bits, if present on the selected microcontroller * model. -- cgit v1.2.3