Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
Update
· 1e2e5ef2
Никита Кожуро
authored
Nov 23, 2020
1e2e5ef2
Hide whitespace changes
Inline
Side-by-side
rf60X_protocol.c
View file @
1e2e5ef2
#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
];
...
...