xref: /nrf52832-nimble/rt-thread/libcpu/rx/cpuconfig.h (revision 167494296f0543431a51b6b1b83e957045294e05)
1 #ifndef __CPU_CONFIG_H__
2 #define __CPU_CONFIG_H__
3 
4 #define MAX_SYSCALL_INTERRUPT_PRIORITY  10
5 #define KERNEL_INTERRUPT_PRIORITY       1
6 
7 #endif
8