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:
parent
5ae4b62f4d
commit
91f8755690
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @file lv_templ.c
|
||||
* @file lv_async.c
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -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" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user