Skip to content

Commit 2197966

Browse files
Update aci_mve_lib.c
1 parent dedd929 commit 2197966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MVE/src/aci_mve_lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ static void __arm_2d_cde_rgb565_init(void)
9494
__ISB();
9595
}
9696

97-
void __arm_2d_aci_init(void)
97+
void aci_init(void)
9898
{
9999
#ifdef __ARM_FEATURE_CDE
100100
if (__ARM_FEATURE_CDE_COPROC & (1 << ARM_2D_RGB565_ACI_LIB_COPRO_ID))

0 commit comments

Comments
 (0)