Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PPSi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Projects
PPSi
Commits
c8bd22f7
Commit
c8bd22f7
authored
2 years ago
by
Tristan Gingold
Browse files
Options
Downloads
Patches
Plain Diff
wrpc: include net.h instead of ptpd_netif.h
parent
30f148e8
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch-wrpc/wrpc-calibration.c
+1
-2
1 addition, 2 deletions
arch-wrpc/wrpc-calibration.c
time-wrpc/wrpc-socket.c
+1
-1
1 addition, 1 deletion
time-wrpc/wrpc-socket.c
with
2 additions
and
3 deletions
arch-wrpc/wrpc-calibration.c
+
1
−
2
View file @
c8bd22f7
...
...
@@ -5,8 +5,7 @@
* Released to the public domain
*/
#include
<dev/endpoint.h>
#include
"ptpd_netif.h"
#include
"net.h"
#include
<ppsi/ppsi.h>
#include
<softpll_ng.h>
#include
<hal_exports.h>
...
...
This diff is collapsed.
Click to expand it.
time-wrpc/wrpc-socket.c
+
1
−
1
View file @
c8bd22f7
...
...
@@ -10,7 +10,7 @@
#include
"../arch-wrpc/wrpc.h"
#include
<dev/syscon.h>
/* wrpc-sw */
#include
<dev/endpoint.h>
/* wrpc-sw */
#include
<ptpd_netif.h>
/* wrpc-sw */
#include
"net.h"
#include
"board.h"
#ifdef CONFIG_ABSCAL
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment