diff options
Diffstat (limited to 'src/stdlib/lv_sprintf.h')
-rw-r--r-- | src/stdlib/lv_sprintf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stdlib/lv_sprintf.h b/src/stdlib/lv_sprintf.h index a47b4307c..9def1ec32 100644 --- a/src/stdlib/lv_sprintf.h +++ b/src/stdlib/lv_sprintf.h @@ -3,8 +3,8 @@ * */ -#ifndef _LV_SPRINTF_H_ -#define _LV_SPRINTF_H_ +#ifndef LV_SPRINTF_H_ +#define LV_SPRINTF_H_ #if defined(__has_include) #if __has_include(LV_INTTYPES_INCLUDE) @@ -42,4 +42,4 @@ int lv_vsnprintf(char * buffer, size_t count, const char * format, va_list va); } /*extern "C"*/ #endif -#endif /* _LV_SPRINTF_H_*/ +#endif /* LV_SPRINTF_H_*/ |