/* ********************************************************************************************************* * EXAMPLE CODE * * (c) Copyright 2003-2013; Micrium, Inc.; Weston, FL * * All rights reserved. Protected by international copyright laws. * Knowledge of the source code may NOT be used to develop a similar product. * Please help us continue to provide the Embedded community with the finest * software available. Your honesty is greatly appreciated. ********************************************************************************************************* */ #ifndef __INCLUDES_H__ #define __INCLUDES_H__ /* ********************************************************************************************************* * STANDARD LIBRARIES ********************************************************************************************************* */ #include #include #include #include /* ********************************************************************************************************* * LIBRARIES ********************************************************************************************************* */ #include #include #include #include #include #include /* ********************************************************************************************************* * APP / BSP ********************************************************************************************************* */ #include /* ********************************************************************************************************* * OS ********************************************************************************************************* */ #include #define TRUE 1 #define FALSE 0 #endif