Skip to content
Snippets Groups Projects
Commit 87e423b8 authored by Damien George's avatar Damien George
Browse files

stmhal: Remove obsolete #defines from mpconfigport.h.

Either not needed anymore, or defined in the board/_hal_conf.h file.
parent c2a3bd58
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment