Skip to content
Commits on Source (1)
#include "rf60X_protocol.h"
//...//
rfUint32 rf60x_protocol_old_pack_payload_msg_to_user_params_packet(rfUint8 *buffer, vector_t *params_list)
{
rfUint8 *buf = &buffer[0];
......