aboutsummaryrefslogtreecommitdiff
path: root/include/libopenstm32/common.h
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2010-02-22 10:01:55 +0100
committerPiotr Esden-Tempski2010-02-22 10:01:55 +0100
commitefb510f526c9f6c103d378d9e781c3fca6060c95 (patch)
tree3d251559f69e0e2b743278f588716a3f60a142a3 /include/libopenstm32/common.h
parent94ccc164db7fb59f82086d964886bbc74683eedf (diff)
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.
Diffstat (limited to 'include/libopenstm32/common.h')
-rw-r--r--include/libopenstm32/common.h1
1 files changed, 0 insertions, 1 deletions
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 <stdint.h>
-#include <libopenstm32.h>
/* Type definitions for shorter and nicer code */
typedef int8_t s8;