Skip to content
GitLab
Explore
Sign in
Register
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
Container Registry
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jeff Gough
firmware
Commits
fafa037f
Commit
fafa037f
authored
5 years ago
by
Jeff Gough
Browse files
Options
Downloads
Patches
Plain Diff
Ran code-format.sh
parent
c2354888
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#3281
passed
5 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
epicardium/main.c
+1
-1
1 addition, 1 deletion
epicardium/main.c
epicardium/modules/hardware.c
+1
-1
1 addition, 1 deletion
epicardium/modules/hardware.c
with
2 additions
and
2 deletions
epicardium/main.c
+
1
−
1
View file @
fafa037f
...
@@ -14,7 +14,7 @@ int main(void)
...
@@ -14,7 +14,7 @@ int main(void)
{
{
watchdog_init
();
watchdog_init
();
LOG_INFO
(
"startup"
,
"Epicardium startup ..."
);
LOG_INFO
(
"startup"
,
"Epicardium startup ..."
);
LOG_INFO
(
"startup"
,
"Version "
CARD10_VERSION
);
LOG_INFO
(
"startup"
,
"Version "
CARD10_VERSION
);
LOG_DEBUG
(
"startup"
,
"Initializing hardware ..."
);
LOG_DEBUG
(
"startup"
,
"Initializing hardware ..."
);
...
...
This diff is collapsed.
Click to expand it.
epicardium/modules/hardware.c
+
1
−
1
View file @
fafa037f
...
@@ -193,7 +193,7 @@ int hardware_init(void)
...
@@ -193,7 +193,7 @@ int hardware_init(void)
/* Watchdog clearer software timer */
/* Watchdog clearer software timer */
watchdog_clearer_init
();
watchdog_clearer_init
();
/* Light Sensor */
/* Light Sensor */
LOG_DEBUG
(
"init"
,
"Starting light sensor ..."
);
LOG_DEBUG
(
"init"
,
"Starting light sensor ..."
);
epic_light_sensor_run
();
epic_light_sensor_run
();
...
...
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