diff options
| author | Perry Hung <iperry@gmail.com> | 2011-03-21 02:45:58 -0400 |
|---|---|---|
| committer | Perry Hung <iperry@gmail.com> | 2011-03-21 02:47:53 -0400 |
| commit | 59f4a8a0dfca8a5f861e7b7bc9677ebe422acd01 (patch) | |
| tree | 879123b42379f2f0fc20bad69e5054622ddf2fec /libmaple/libmaple.h | |
| parent | 3568da8fc18b15c8f79a0f6b5b5a7e63d21c1a9e (diff) | |
| parent | 5a727766a75d247b5677fa2cc02f4e1659c37abc (diff) | |
Merge branch 'i2c-wip' into refactor
Conflicts:
examples/test-fsmc.cpp
libmaple/rules.mk
wirish/boards.h
Diffstat (limited to 'libmaple/libmaple.h')
| -rw-r--r-- | libmaple/libmaple.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmaple/libmaple.h b/libmaple/libmaple.h index 7814730..8e11660 100644 --- a/libmaple/libmaple.h +++ b/libmaple/libmaple.h @@ -31,7 +31,9 @@ #define _LIBMAPLE_H_ #include "libmaple_types.h" +#include "stm32.h" #include "util.h" +#include "delay.h" /* * Where to put usercode, based on space reserved for bootloader. |
