rtgEntry_t *RTG_GetRtgEntry( uint16 DstAddress, uint8 options);
这里的 RTG_GetRtgEntry 的 option怎么写,
rtgEntry_t * ptr = RTG_GetRtgEntry(0, 0);
返回ptr总是0
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
rtgEntry_t *RTG_GetRtgEntry( uint16 DstAddress, uint8 options);
这里的 RTG_GetRtgEntry 的 option怎么写,
rtgEntry_t * ptr = RTG_GetRtgEntry(0, 0);
返回ptr总是0