xref: /nrf52832-nimble/rt-thread/libcpu/rx/cpuconfig.h (revision 104654410c56c573564690304ae786df310c91fc)
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