X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a509729b2d92b03a3d33ab0e1e1950ff65a96a09..158afe910947739b1df00000628c1e758bdf0812:/Demos/Device/Incomplete/TestAndMeasurement/Descriptors.h diff --git a/Demos/Device/Incomplete/TestAndMeasurement/Descriptors.h b/Demos/Device/Incomplete/TestAndMeasurement/Descriptors.h index 975ca10f7..fefb6b555 100644 --- a/Demos/Device/Incomplete/TestAndMeasurement/Descriptors.h +++ b/Demos/Device/Incomplete/TestAndMeasurement/Descriptors.h @@ -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