1 /** 2 * @file lv_templ.c 3 * 4 */ 5 6 /********************* 7 * INCLUDES 8 *********************/ 9 10 /********************* 11 * DEFINES 12 *********************/ 13 14 /********************** 15 * TYPEDEFS 16 **********************/ 17 18 /* This typedef exists purely to keep -Wpedantic happy when the file is empty. */ 19 /* It can be removed. */ 20 typedef int keep_pedantic_happy; 21 22 /********************** 23 * STATIC PROTOTYPES 24 **********************/ 25 26 /********************** 27 * STATIC VARIABLES 28 **********************/ 29 30 /********************** 31 * MACROS 32 **********************/ 33 34 /********************** 35 * GLOBAL FUNCTIONS 36 **********************/ 37 38 /********************** 39 * STATIC FUNCTIONS 40 **********************/ 41