Skip to content
Snippets Groups Projects
Commit 1b2d28bb authored by Gabor Kiss-Vamosi's avatar Gabor Kiss-Vamosi
Browse files

fix warnings

parent 7fe00f99
Branches
Tags
No related merge requests found
......@@ -3,8 +3,8 @@
*
*/
#ifndef LV_EX_WIDGETS_H
#define LV_EX_WIDGETS_H
#ifndef LV_EXAMPLE_WIDGETS_H
#define LV_EXAMPLE_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);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment