Skip to content

Commit 1517dea

Browse files
committed
Modify the reference path of the header file in the middle section
1 parent 542d65b commit 1517dea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/g2d.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <hal_cache.h>
2020
#include <stdlib.h>
2121
#include <string.h>
22-
#include <interrupt.h>
22+
#include <hal_interrupt.h>
2323
#include <init.h>
2424
#include <hal_clk.h>
2525
#include <hal_reset.h>

bsp/allwinner/libraries/sunxi-hal/include/osal/hal_interrupt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extern "C"
88

99
#include <stdint.h>
1010
#include <stddef.h>
11-
#include <interrupt.h>
11+
#include "../../../libos/include/interrupt.h"
1212

1313
typedef enum hal_irqreturn {
1414
HAL_IRQ_OK = (0 << 0),

0 commit comments

Comments
 (0)