mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-24 00:21:05 +08:00
[Fix]:fix at_server.c link failed when using ac6
use __ARMCC_VERSION to replace __CC_ARM
This commit is contained in:
committed by
Man, Jianting (Meco)
parent
d1e1f66e42
commit
d1baf1f5b5
@@ -538,7 +538,7 @@ int at_server_init(void)
|
||||
}
|
||||
|
||||
/* initialize the AT commands table.*/
|
||||
#if defined(__CC_ARM) /* ARM C Compiler */
|
||||
#if defined(__ARMCC_VERSION) /* ARM C Compiler */
|
||||
extern const int RtAtCmdTab$$Base;
|
||||
extern const int RtAtCmdTab$$Limit;
|
||||
cmd_table = (at_cmd_t)&RtAtCmdTab$$Base;
|
||||
|
||||
Reference in New Issue
Block a user