Skip to content

Commit eebca2f

Browse files
author
Jan Kamidra
committed
Mango fix
1 parent aa5211d commit eebca2f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

targets/TARGET_RENESAS/TARGET_RZ_A2XX/common/r_cache/inc/r_cache_l1_rza2m_asm.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ Includes <System Includes> , "Project Includes"
5454
/******************************************************************************
5555
Typedef definitions
5656
******************************************************************************/
57+
#ifndef __get_ACTRL
58+
#define __get_ACTRL __get_ACTLR
59+
#endif
60+
61+
#ifndef __set_ACTRL
62+
#define __set_ACTRL __set_ACTLR
63+
#endif
5764

5865
/******************************************************************************
5966
Functions Prototypes

0 commit comments

Comments
 (0)