From 87e423b8661c2a058307125fd3a47dfc32cca888 Mon Sep 17 00:00:00 2001
From: Damien George <damien.p.george@gmail.com>
Date: Sat, 15 Mar 2014 09:28:08 +0000
Subject: [PATCH] stmhal: Remove obsolete #defines from mpconfigport.h.

Either not needed anymore, or defined in the board/_hal_conf.h file.
---
 stmhal/mpconfigport.h | 6 ------
 1 file changed, 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
-- 
GitLab