1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-21 06:53:01 +08:00

Rename async header guards

Co-Authored-By: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
embeddedt 2019-07-06 06:54:59 -04:00 committed by Themba Dube
parent 5ae4b62f4d
commit 91f8755690
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/**
* @file lv_templ.c
* @file lv_async.c
*
*/

View File

@ -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" {