From efb510f526c9f6c103d378d9e781c3fca6060c95 Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Mon, 22 Feb 2010 10:01:55 +0100 Subject: Modified include model of some files. This model allows using libopenstm32 in parallel with other stm32 firmware libraries. It is not yet complete change to all code but a start. Only changed parts that I tested. --- include/libopenstm32/common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/libopenstm32/common.h') diff --git a/include/libopenstm32/common.h b/include/libopenstm32/common.h index 72fa826..fc06dd9 100644 --- a/include/libopenstm32/common.h +++ b/include/libopenstm32/common.h @@ -21,7 +21,6 @@ #define LIBOPENSTM32_COMMON_H #include -#include /* Type definitions for shorter and nicer code */ typedef int8_t s8; -- cgit v1.2.3