21 lines
483 B
C
21 lines
483 B
C
/*
|
|
* File : dc.h
|
|
* This file is part of RT-Thread RTOS
|
|
* COPYRIGHT (C) 2006 - 2009, RT-Thread Development Team
|
|
*
|
|
* The license and distribution terms for this file may be
|
|
* found in the file LICENSE in this distribution or at
|
|
* http://www.rt-thread.org/license/LICENSE
|
|
*
|
|
* Change Logs:
|
|
* Date Author Notes
|
|
* 2017-06-02 tanek first version
|
|
*/
|
|
#ifndef __APP_GUI_DEMO_H__
|
|
#define __APP_GUI_DEMO_H__
|
|
|
|
extern int rt_gui_demo_init(void);
|
|
|
|
#endif
|
|
|