Skip to content

Commit 9bcfea7

Browse files
committed
fix(dcd_dwc2.c): Commented out line, which could be printed from IRQ
1 parent d621dbd commit 9bcfea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/portable/synopsys/dwc2/dcd_dwc2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ static bool dfifo_alloc(uint8_t rhport, uint8_t ep_addr, uint16_t packet_size) {
180180
// Check if free space is available
181181
TU_ASSERT(_dfifo_top >= fifo_size + dwc2->grxfsiz);
182182
_dfifo_top -= fifo_size;
183-
TU_LOG(DWC2_DEBUG, " TX FIFO %u: allocated %u words at offset %u\r\n", epnum, fifo_size, _dfifo_top);
183+
// TU_LOG(DWC2_DEBUG, " TX FIFO %u: allocated %u words at offset %u\r\n", epnum, fifo_size, _dfifo_top);
184184

185185
// Both TXFD and TXSA are in unit of 32-bit words.
186186
if (epnum == 0) {

0 commit comments

Comments
 (0)