Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
65e9fd9d
Commit
65e9fd9d
authored
9 years ago
by
Mark Charlebois
Browse files
Options
Downloads
Patches
Plain Diff
px4_log: minor fixes to logging header file
Signed-off-by:
Mark Charlebois
<
charlebm@gmail.com
>
parent
1a8703ec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/platforms/px4_log.h
+3
-4
3 additions, 4 deletions
src/platforms/px4_log.h
with
3 additions
and
4 deletions
src/platforms/px4_log.h
+
3
−
4
View file @
65e9fd9d
...
...
@@ -32,7 +32,7 @@
****************************************************************************/
/**
* @file px4_log
_os_impl
.h
* @file px4_log.h
* Platform dependant logging/debug implementation
*/
...
...
@@ -46,7 +46,6 @@
__BEGIN_DECLS
__EXPORT
extern
uint64_t
hrt_absolute_time
(
void
);
//__EXPORT extern unsigned long pthread_self();
#define _PX4_LOG_LEVEL_ALWAYS 0
#define _PX4_LOG_LEVEL_PANIC 1
...
...
@@ -54,8 +53,8 @@ __EXPORT extern uint64_t hrt_absolute_time(void);
#define _PX4_LOG_LEVEL_WARN 3
#define _PX4_LOG_LEVEL_DEBUG 4
extern
const
char
*
__px4_log_level_str
[
5
];
extern
unsigned
int
__px4_log_level_current
;
__EXPORT
extern
const
char
*
__px4_log_level_str
[
5
];
__EXPORT
extern
unsigned
int
__px4_log_level_current
;
#define PX4_LOG_LEVEL_AT_RUN_TIME _PX4_LOG_LEVEL_WARN
...
...
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