Skip to content

Commit

Permalink
Rename async header guards
Browse files Browse the repository at this point in the history
Co-Authored-By: Gabor Kiss-Vamosi <[email protected]>
  • Loading branch information
embeddedt and kisvegabor committed Jul 6, 2019
1 parent 5ae4b62 commit 91f8755
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/lv_misc/lv_async.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file lv_templ.c
* @file lv_async.c
*
*/

Expand Down
6 changes: 3 additions & 3 deletions src/lv_misc/lv_async.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @file lv_templ.h
* @file lv_async.h
*
*/

#ifndef LV_TEMPL_H
#define LV_TEMPL_H
#ifndef LV_ASYNC_H
#define LV_ASYNC_H

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 91f8755

Please sign in to comment.