crashtest-r0ket/openbeacon/lpc13xx/rtos-simple-demo/inc/config.h
2011-06-12 04:18:11 +02:00

9 lines
170 B
C

#ifndef __CONFIG_H__
#define __CONFIG_H__
#define ENABLE_FREERTOS
#define LED_PORT 1 // Port for led
#define LED_BIT 9 // Bit on port for led
#endif/*__CONFIG_H__*/