diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-03-15 09:28:08 +0000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-03-15 09:28:08 +0000 |
| commit | 87e423b8661c2a058307125fd3a47dfc32cca888 (patch) | |
| tree | 6a160c604549c59c79833dc7633f92857f8a4e7d | |
| parent | c2a3bd58ce75f22a468592e771b27db05e0d8f36 (diff) | |
stmhal: Remove obsolete #defines from mpconfigport.h.
Either not needed anymore, or defined in the board/_hal_conf.h file.
| -rw-r--r-- | stmhal/mpconfigport.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h index 164bc771d..3dba81a35 100644 --- a/stmhal/mpconfigport.h +++ b/stmhal/mpconfigport.h @@ -38,14 +38,8 @@ typedef const void *machine_const_ptr_t; // must be of pointer size #define free gc_free #define realloc gc_realloc -#define STM32F40_41xxx -#define USE_STDPERIPH_DRIVER #define USE_DEVICE_MODE //#define USE_HOST_MODE // board specific definitions #include "mpconfigboard.h" - -#if !defined(HSE_VALUE) -#define HSE_VALUE (8000000) -#endif |
