Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dw1000_driver_freertos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Colin Wulf
dw1000_driver_freertos
Commits
f7cfed08
Commit
f7cfed08
authored
9 years ago
by
Georg von Zengen
Browse files
Options
Downloads
Patches
Plain Diff
added some Trace.h includes
parent
75aa0ed3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Src/dw1000_isr.c
+1
-0
1 addition, 0 deletions
Src/dw1000_isr.c
Src/dw1000_util.c
+1
-0
1 addition, 0 deletions
Src/dw1000_util.c
with
2 additions
and
0 deletions
Src/dw1000_isr.c
+
1
−
0
View file @
f7cfed08
#include
"dw1000_hal.h"
#include
"dw1000_hal.h"
#include
"deca_regs.h"
#include
"deca_regs.h"
#include
"dw1000_util.h"
#include
"dw1000_util.h"
#include
"Trace.h"
BaseType_t
dw1000Hal_handleTx
(
uint64_t
*
event
,
uint64_t
*
event_clear
)
{
BaseType_t
dw1000Hal_handleTx
(
uint64_t
*
event
,
uint64_t
*
event_clear
)
{
// Ignore unused parameters, may be needed for later purposes
// Ignore unused parameters, may be needed for later purposes
...
...
This diff is collapsed.
Click to expand it.
Src/dw1000_util.c
+
1
−
0
View file @
f7cfed08
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
#include
"dw1000_hal.h"
#include
"dw1000_hal.h"
#include
"dw1000_util.h"
#include
"dw1000_util.h"
#include
<stdio.h>
#include
<stdio.h>
#include
"Trace.h"
extern
volatile
uint32_t
global_time
;
extern
volatile
uint32_t
global_time
;
...
...
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