mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
samd/pendsv: Add MICROPY_BOARD_PENDSV_ENTRIES for board customisation.
This commit is contained in:
committed by
Damien George
parent
ddf39793f3
commit
fb94ae48e9
@@ -28,6 +28,7 @@
|
||||
|
||||
enum {
|
||||
PENDSV_DISPATCH_SOFT_TIMER, // For later & for having at least one entry
|
||||
MICROPY_BOARD_PENDSV_ENTRIES
|
||||
PENDSV_DISPATCH_MAX
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user