You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
443 B
23 lines
443 B
/*
|
|
* This file is subject to the terms of the GFX License. If a copy of
|
|
* the license was not distributed with this file, you can obtain one at:
|
|
*
|
|
* http://ugfx.io/license.html
|
|
*/
|
|
|
|
/**
|
|
* @file src/gdriver/gdriver_rules.h
|
|
* @brief GDRIVER safety rules header file.
|
|
*
|
|
* @addtogroup GFILE
|
|
* @{
|
|
*/
|
|
|
|
#ifndef _GDRIVER_RULES_H
|
|
#define _GDRIVER_RULES_H
|
|
|
|
#if GFX_USE_GDRIVER
|
|
#endif
|
|
|
|
#endif /* _GDRIVER_RULES_H */
|
|
/** @} */
|
|
|