Skip to content

Commit 4349e99

Browse files
authored
Merge pull request #2786 from dp111/breakinside
Put break inside #if
2 parents ee55190 + c34d5e7 commit 4349e99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/common/tusb_fifo.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,8 @@ static void _ff_pull_n(tu_fifo_t* f, void* app_buf, uint16_t n, uint16_t rd_ptr,
315315
// Read data wrapped part
316316
if (wrap_bytes > 0) _ff_pull_const_addr(app_buf, ff_buf, wrap_bytes);
317317
}
318-
#endif
319318
break;
320-
319+
#endif
321320
default: break;
322321
}
323322
}

0 commit comments

Comments
 (0)