2017-11-26 14:39:22 +01:00
|
|
|
/**
|
|
|
|
* @file lv_templ.c
|
2018-06-19 09:49:58 +02:00
|
|
|
*
|
2017-11-26 14:39:22 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*********************
|
|
|
|
* INCLUDES
|
|
|
|
*********************/
|
|
|
|
|
|
|
|
/*********************
|
|
|
|
* DEFINES
|
|
|
|
*********************/
|
|
|
|
|
|
|
|
/**********************
|
|
|
|
* TYPEDEFS
|
|
|
|
**********************/
|
|
|
|
|
2019-03-15 19:41:54 -04:00
|
|
|
/* This typedef exists purely to keep -Wpedantic happy when the file is empty. */
|
|
|
|
/* It can be removed. */
|
|
|
|
typedef int keep_pedantic_happy;
|
|
|
|
|
2017-11-26 14:39:22 +01:00
|
|
|
/**********************
|
|
|
|
* STATIC PROTOTYPES
|
|
|
|
**********************/
|
|
|
|
|
|
|
|
/**********************
|
|
|
|
* STATIC VARIABLES
|
|
|
|
**********************/
|
|
|
|
|
|
|
|
/**********************
|
|
|
|
* MACROS
|
|
|
|
**********************/
|
|
|
|
|
|
|
|
/**********************
|
|
|
|
* GLOBAL FUNCTIONS
|
|
|
|
**********************/
|
|
|
|
|
|
|
|
/**********************
|
|
|
|
* STATIC FUNCTIONS
|
|
|
|
**********************/
|