Add build tests to verify correct compilation of as many modules as possible under...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / UC3 / Pipe_UC3.c
index 39b3194..770f285 100644 (file)
@@ -80,7 +80,7 @@ bool Pipe_ConfigurePipe(const uint8_t Number,
                }
                else
                {
-                       UPCFG0Temp = (&AVR32_USBB.upcfg0)[PNum]
+                       UPCFG0Temp = (&AVR32_USBB.upcfg0)[PNum];
                }
 
                if (!(UPCFG0Temp & AVR32_USBB_ALLOC_MASK))