rtgEntry_t *RTG_GetRtgEntry( uint16 DstAddress, uint8 options);
这里的 RTG_GetRtgEntry 的 option怎么写,
rtgEntry_t * ptr = RTG_GetRtgEntry(0, 0);
返回ptr总是0
rtgEntry_t *RTG_GetRtgEntry( uint16 DstAddress, uint8 options);
这里的 RTG_GetRtgEntry 的 option怎么写,
rtgEntry_t * ptr = RTG_GetRtgEntry(0, 0);
返回ptr总是0