Skip to content

Commit

Permalink
fix(dcd_dwc2.c): Commented out line, which could be printed from IRQ
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Nov 7, 2024
1 parent 0326fc5 commit 15a9ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/portable/synopsys/dwc2/dcd_dwc2.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ static bool dfifo_alloc(uint8_t rhport, uint8_t ep_addr, uint16_t packet_size) {
// Check if free space is available
TU_ASSERT(_dfifo_top >= fifo_size + dwc2->grxfsiz);
_dfifo_top -= fifo_size;
TU_LOG(DWC2_DEBUG, " TX FIFO %u: allocated %u words at offset %u\r\n", epnum, fifo_size, _dfifo_top);
// TU_LOG(DWC2_DEBUG, " TX FIFO %u: allocated %u words at offset %u\r\n", epnum, fifo_size, _dfifo_top);

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

0 comments on commit 15a9ddd

Please sign in to comment.