Inline USB management functions in the Class drivers which are standardized but curre...
[pub/lufa.git] / LUFA / Common / Common.h
index 2b57cda..2ddb58c 100644 (file)
                                {\r
                                        Temp = *Data;\r
                                        *Data = *(Data + Bytes - 1);\r
-                                       *(Data + Bytes) = Temp;\r
+                                       *(Data + Bytes - 1) = Temp;\r
 \r
                                        Data++;\r
                                        Bytes -= 2;\r