Skip to content

Commit

Permalink
blackpill-f4: Fix error in comment describing the timer used for trac…
Browse files Browse the repository at this point in the history
…eswo
  • Loading branch information
sidprice committed Sep 1, 2024
1 parent 6a2b8cb commit a02a65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/common/blackpill-f4/blackpill-f4.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ extern bool debug_bmp;
#define USB_ISR(x) otg_fs_isr(x)
/*
* Interrupt priorities. Low numbers are high priority.
* TIM3 is used for traceswo capture and must be highest priority.
* TIM4 is used for traceswo capture and must be highest priority.
*/
#define IRQ_PRI_USB (1U << 4U)
#define IRQ_PRI_USBUSART (2U << 4U)
Expand Down

0 comments on commit a02a65f

Please sign in to comment.