/**
******************************************************************************
* @file Form.h
* @author Neil Lab :: Left Radio
* @version v1.0.0
* @date 2015-12-06 03:02:46.443406
* @brief
******************************************************************************
**/
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __FORM_GREEDS_H
#define __FORM_GREEDS_H
/* Includes ------------------------------------------------------------------*/
#include "NGL.h"
/* Exported define -----------------------------------------------------------*/
#define FORM_GREEDS_CNT 1
/* Exported macro ------------------------------------------------------------*/
/* Exported typedef ----------------------------------------------------------*/
/* Exported function ---------------------------------------------------------*/
/* Internal variables --------------------------------------------------------*/
/* Exported variables --------------------------------------------------------*/
/* Form nglGreed item */
NGL_Greed nglGreed = {
110,
80,
150,
150,
ENABLE,
0xf800,
15,
15,
0x4208
};
static const NGL_Greed* form_greeds[FORM_GREEDS_CNT] = {&nglGreed, };
#endif /* __FORM_GREEDS_H */
/*******************************************************************************
END FILE
*******************************************************************************/