#ifndef _main_h
#define _main_h

#define targetFred32  1
#define targetStmEval 2
#define targetSystem  targetStmEval

#define IFFRED ( targetSystem == targetFred32 )
#define IFEVAL ( targetSystem == targetStmEval )

#ifdef _main_c
#include <stdint.h>
#include <system_stm32f0xx.h>

#include "stm32f0xx.h"
#include "stm32f0xx_exti.h"
#include "stm32f0xx_gpio.h"
#include "stm32f0xx_rcc.h"
#include "stm32f0xx_misc.h"
#include "stm32f0xx_syscfg.h"
#include "stm32f0xx_tim.h"
#include <string.h>

#include <stdio.h>
#include "awa_lcd_spi.h"
#include "awa_DrehEncoder.h"
#include "sysTick.h"
#include "debug.h"

//char line[256];
#else
//extern char line[256];

#endif //_main_c


#endif //_main_h
