mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Move interrupt dispatch logic from sched/ to sched/irq
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "os_internal.h"
|
||||
#include "irq_internal.h"
|
||||
#include "irq/irq.h"
|
||||
|
||||
#include "tiva_gpio.h"
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "os_internal.h"
|
||||
#include "irq_internal.h"
|
||||
#include "irq/irq.h"
|
||||
#include "at32uc3_internal.h"
|
||||
#include "at32uc3_gpio.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user