SAM4E UDP: Cosmetic updates to tracing and README

This commit is contained in:
Gregory Nutt 2014-03-21 10:45:12 -06:00
parent 1b5a599fc5
commit 3e177a7ba7

View File

@ -1229,6 +1229,8 @@ static void sam_ep0_read(uint8_t *buffer, size_t buflen)
{
volatile const uint32_t *fifo;
usbtrace(TRACE_READ(EP0), buflen);
/* Retrieve packet from the FIFO */
fifo = (volatile const uint32_t *)SAM_UDPEP_FDR(EP0);