Includes microcontroller header.
- Author:
- Piotr Romaniuk, (c) ELESOFTROM
- Version:
- 1.1 Nov 8, 2013
This header file contains a header specific for used microcontroller, for example for STM32L:
#ifndef ARCH_H_
#define ARCH_H_
#include "stm32l1xx.h"
#endif