2013-05-03 14:36:17 +00:00
|
|
|
/*
|
2013-06-15 11:37:22 +00:00
|
|
|
* This file is subject to the terms of the GFX License. If a copy of
|
2013-05-03 14:36:17 +00:00
|
|
|
* the license was not distributed with this file, you can obtain one at:
|
|
|
|
*
|
2013-07-21 20:20:37 +00:00
|
|
|
* http://ugfx.org/license.html
|
2013-05-03 14:36:17 +00:00
|
|
|
*/
|
2013-02-11 08:25:45 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @file drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h
|
|
|
|
* @brief GINPUT Toggle Driver configuration header.
|
|
|
|
*
|
|
|
|
* @defgroup Toggle Toggle
|
|
|
|
* @ingroup GINPUT
|
|
|
|
* @{
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _GINPUT_LLD_TOGGLE_CONFIG_H
|
|
|
|
#define _GINPUT_LLD_TOGGLE_CONFIG_H
|
|
|
|
|
|
|
|
#if GFX_USE_GINPUT && GINPUT_NEED_TOGGLE
|
|
|
|
|
2013-10-28 09:06:16 +00:00
|
|
|
/* Include the user supplied board definitions */
|
|
|
|
#include "ginput_lld_toggle_board.h"
|
2013-02-11 08:25:45 +00:00
|
|
|
|
|
|
|
#endif /* GFX_USE_GDISP && GINPUT_NEED_TOGGLE */
|
|
|
|
|
|
|
|
#endif /* _GINPUT_LLD_TOGGLE_CONFIG_H */
|
|
|
|
/** @} */
|