Add FatFS library to the Webserver project, extend the HTTP server so that it now...
[pub/USBasp.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