#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__*/