PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Dependents:   YATTT sd_map_test cPong SnowDemo ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers sys_config.h Source File

sys_config.h

00001 /*
00002  * @note
00003  * Copyright(C) NXP Semiconductors, 2013
00004  * All rights reserved.
00005  *
00006  * @par
00007  * Software that is described herein is for illustrative purposes only
00008  * which provides customers with programming information regarding the
00009  * LPC products.  This software is supplied "AS IS" without any warranties of
00010  * any kind, and NXP Semiconductors and its licensor disclaim any and
00011  * all warranties, express or implied, including all implied warranties of
00012  * merchantability, fitness for a particular purpose and non-infringement of
00013  * intellectual property rights.  NXP Semiconductors assumes no responsibility
00014  * or liability for the use of the software, conveys no license or rights under any
00015  * patent, copyright, mask work right, or any other intellectual property rights in
00016  * or to any products. NXP Semiconductors reserves the right to make changes
00017  * in the software without notification. NXP Semiconductors also makes no
00018  * representation or warranty that such application will be suitable for the
00019  * specified use without further testing or modification.
00020  *
00021  * @par
00022  * Permission to use, copy, modify, and distribute this software and its
00023  * documentation is hereby granted, under NXP Semiconductors' and its
00024  * licensor's relevant copyrights in the software, without fee, provided that it
00025  * is used in conjunction with NXP Semiconductors microcontrollers.  This
00026  * copyright, permission, and disclaimer notice must appear in all copies of
00027  * this code.
00028  */
00029 
00030 #ifndef __SYS_CONFIG_H_
00031 #define __SYS_CONFIG_H_
00032 
00033 /* Required for the LPC11U6x device */
00034 #define CHIP_LPC11U6X
00035 
00036 #endif /* __SYS_CONFIG_H_ */
00037