X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/092f82e06fc64436fd957b4b6b8d5ce33532efae..ec537fd84d6ad3fd0dfa1b55efa2c2d554c1db48:/Demos/Device/Incomplete/TestAndMeasurement/Descriptors.h diff --git a/Demos/Device/Incomplete/TestAndMeasurement/Descriptors.h b/Demos/Device/Incomplete/TestAndMeasurement/Descriptors.h index 975ca10f7..9b11bd68d 100644 --- a/Demos/Device/Incomplete/TestAndMeasurement/Descriptors.h +++ b/Demos/Device/Incomplete/TestAndMeasurement/Descriptors.h @@ -3,7 +3,7 @@ Copyright (C) Dean Camera, 2010. dean [at] fourwalledcubicle [dot] com - www.fourwalledcubicle.com + www.lufa-lib.org */ /* @@ -43,15 +43,15 @@ #include /* Macros: */ + /** Endpoint number of the TMC notification IN endpoint. */ + #define TMC_NOTIFICATION_EPNUM 2 + /** Endpoint number of the TMC device-to-host data IN endpoint. */ #define TMC_IN_EPNUM 3 /** Endpoint number of the TMC host-to-device data OUT endpoint. */ #define TMC_OUT_EPNUM 4 - /** Endpoint number of the TMC notification IN endpoint. */ - #define TMC_NOTIFICATION_EPNUM 2 - /** Size in bytes of the TMC data endpoints. */ #define TMC_IO_EPSIZE 64 @@ -79,3 +79,4 @@ ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3); #endif +