Skip to content

Commit

Permalink
Fixup IRQ_PRIORITY #define values
Browse files Browse the repository at this point in the history
Related to raspberrypi#245
  • Loading branch information
lurch authored May 9, 2021
1 parent 8d4f4e1 commit 7a2ed93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rp2_common/hardware_irq/include/hardware/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
#define PICO_DEFAULT_IRQ_PRIORITY 0x80
#endif

#define PICO_LOWEST_IRQ_PRIORITY 0x01
#define PICO_HIGHEST_IRQ_PRIORITY 0xff
#define PICO_LOWEST_IRQ_PRIORITY 0xff
#define PICO_HIGHEST_IRQ_PRIORITY 0x00

// PICO_CONFIG: PICO_SHARED_IRQ_HANDLER_DEFAULT_ORDER_PRIORITY, Set default shared IRQ order priority, default=0x80, group=hardware_irq
#ifndef PICO_SHARED_IRQ_HANDLER_DEFAULT_ORDER_PRIORITY
Expand Down

0 comments on commit 7a2ed93

Please sign in to comment.