We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5ce98 commit 0b016f6Copy full SHA for 0b016f6
ports/rp2/pendsv.h
@@ -42,6 +42,9 @@ enum {
42
43
#define PENDSV_DISPATCH_NUM_SLOTS PENDSV_DISPATCH_MAX
44
45
+// PendSV IRQ priority, to run system-level tasks that preempt the main thread.
46
+#define IRQ_PRI_PENDSV PICO_LOWEST_IRQ_PRIORITY
47
+
48
typedef void (*pendsv_dispatch_t)(void);
49
50
void pendsv_init(void);
0 commit comments