mirror of
https://github.com/apache/nuttx.git
synced 2026-06-09 02:44:53 +08:00
arch/arm/src/sam34/sam_udp.c: Replace non-ascii characters in comments
This commit is contained in:
committed by
Xiang Xiao
parent
406347ba2e
commit
97a9963e09
@@ -1044,9 +1044,9 @@ static int sam_req_write(struct sam_usbdev_s *priv, struct sam_ep_s *privep)
|
||||
privreq->inflight = 0;
|
||||
|
||||
/* Set TXPKTRDY to notify the USB hardware that there is (null)
|
||||
* TX packet available. We will be notified that the endpoint’s
|
||||
* TX packet available. We will be notified that the endpoint's
|
||||
* FIFO has been released by the USB device when TXCOMP in the
|
||||
* endpoint’s UDPEP_CSRx register has been set.
|
||||
* endpoint's UDPEP_CSRx register has been set.
|
||||
*/
|
||||
|
||||
usbtrace(TRACE_WRITE(epno), 0);
|
||||
@@ -1284,8 +1284,8 @@ static void sam_ep0_wrstatus(const uint8_t *buffer, size_t buflen)
|
||||
}
|
||||
|
||||
/* Set TXPKTRDY to notify the USB hardware that there is TX data in the
|
||||
* endpoint FIFO. We will be notified that the endpoint’s FIFO has been
|
||||
* released by the USB device when TXCOMP in the endpoint’s UDPEP_CSRx
|
||||
* endpoint FIFO. We will be notified that the endpoint's FIFO has been
|
||||
* released by the USB device when TXCOMP in the endpoint's UDPEP_CSRx
|
||||
* register has been set.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user