forked from xuos/xiuos
1、modify the 'link.lds' file accroding to sdk;2、add irq enable and disable function
This commit is contained in:
@@ -81,7 +81,7 @@ struct InterruptServiceRoutines {
|
||||
|
||||
extern struct InterruptServiceRoutines isrManager ;
|
||||
|
||||
unsigned long DisableLocalInterrupt();
|
||||
uint32_t DisableLocalInterrupt();
|
||||
void EnableLocalInterrupt(unsigned long level);
|
||||
|
||||
#define DISABLE_INTERRUPT DisableLocalInterrupt
|
||||
|
||||
Reference in New Issue
Block a user