Keep typedef under TYPEDEFS comment

This commit is contained in:
Themba Dube
2019-06-19 13:33:43 -04:00
parent 625aaa25ff
commit 8173c427aa

View File

@@ -23,6 +23,14 @@ extern "C" {
#include <stdbool.h>
#include <string.h>
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/*Can be used to indicate if animations are enabled or disabled in a case*/
enum {
LV_ANIM_OFF,
@@ -33,14 +41,6 @@ typedef uint8_t lv_anim_enable_t;
#if LV_USE_ANIMATION
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
struct _lv_anim_t;
/*Type of the animated value*/