mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
SAM4E UDP: Cosmetic updates to tracing and README
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user