Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lvgl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
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
Freedom Coder
lvgl
Commits
1b2d28bb
Commit
1b2d28bb
authored
4 years ago
by
Gabor Kiss-Vamosi
Browse files
Options
Downloads
Patches
Plain Diff
fix warnings
parent
7fe00f99
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/widgets/lv_example_widgets.h
+3
-2
3 additions, 2 deletions
examples/widgets/lv_example_widgets.h
with
3 additions
and
2 deletions
examples/widgets/lv_example_widgets.h
+
3
−
2
View file @
1b2d28bb
...
...
@@ -3,8 +3,8 @@
*
*/
#ifndef LV_EX_WIDGETS_H
#define LV_EX_WIDGETS_H
#ifndef LV_EX
AMPLE
_WIDGETS_H
#define LV_EX
AMPLE
_WIDGETS_H
#ifdef __cplusplus
extern
"C"
{
...
...
@@ -77,6 +77,7 @@ void lv_example_keyboard_1(void);
void
lv_example_label_1
(
void
);
void
lv_example_label_2
(
void
);
void
lv_example_label_3
(
void
);
void
lv_example_led_1
(
void
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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