Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rf60Xprotocol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RFSDK60X
protocols
rf60Xprotocol
Compare revisions
b2c41a48a56f912d99e3292704af162c2c29b421 to 1e2e5ef2dfadefae7483716910bbf920a4ccc856
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
rfsdk60x/protocols/rf60xprotocol
Select target project
No results found
1e2e5ef2dfadefae7483716910bbf920a4ccc856
Select Git revision
Branches
master
1 result
Swap
Target
rfsdk60x/protocols/rf60xprotocol
Select target project
rfsdk60x/protocols/rf60xprotocol
1 result
b2c41a48a56f912d99e3292704af162c2c29b421
Select Git revision
Branches
master
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Update
· 1e2e5ef2
Никита Кожуро
authored
4 years ago
1e2e5ef2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rf60X_protocol.c
+1
-1
1 addition, 1 deletion
rf60X_protocol.c
with
1 addition
and
1 deletion
rf60X_protocol.c
View file @
1e2e5ef2
#include
"rf60X_protocol.h"
#include
"rf60X_protocol.h"
//...//
rfUint32
rf60x_protocol_old_pack_payload_msg_to_user_params_packet
(
rfUint8
*
buffer
,
vector_t
*
params_list
)
rfUint32
rf60x_protocol_old_pack_payload_msg_to_user_params_packet
(
rfUint8
*
buffer
,
vector_t
*
params_list
)
{
{
rfUint8
*
buf
=
&
buffer
[
0
];
rfUint8
*
buf
=
&
buffer
[
0
];
...
...
This diff is collapsed.
Click to expand it.