Skip to content

Commit b170a90

Browse files
committed
rtl8195am - fix array assumed to have one element warning
Signed-off-by: Tony Wu <[email protected]>
1 parent d52dd19 commit b170a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_Realtek/TARGET_AMEBA/sdk/os/cmsis_rtos/cmsis_rtos_service.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ _WEAK void xPortSysTickHandler(void)
12121212
printf("%s: Should not come over here!\r\n", __func__);
12131213
}
12141214

1215-
_WEAK u8 __ram_start_table_start__[];
1215+
_WEAK u8 *__ram_start_table_start__;
12161216

12171217
_WEAK void rtw_odm_acquirespinlock(void * adapter, int type)
12181218
{

0 commit comments

Comments
 (0)