Skip to content

Commit

Permalink
Removed an #include from 'miosix.h', preventing correct compilation w…
Browse files Browse the repository at this point in the history
…ith GDx targets
  • Loading branch information
silseva committed Mar 11, 2021
1 parent b524bb5 commit ce4f09e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions config/arch/cortexM4_stm32f4/M4_openrtx/board_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
*/
#define BOARD_SETTINGS_VERSION 100

// namespace miosix {

/**
* \addtogroup Settings
* \{
Expand Down Expand Up @@ -85,6 +83,4 @@ static const unsigned char sdVoltage=30; //Board powered @ 3.0V
* \}
*/

// } //namespace miosix

#endif /* BOARD_SETTINGS_H */
1 change: 0 additions & 1 deletion miosix.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/* Hardware */
#include "interfaces/arch_registers.h"
#include "interfaces/gpio.h"
#include "interfaces/bsp.h"
/* Miosix kernel */
#include "kernel/kernel.h"
Expand Down
3 changes: 0 additions & 3 deletions util/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#ifndef VERSION_H
#define VERSION_H

// namespace miosix {

/**
* \addtogroup Util
Expand All @@ -50,6 +49,4 @@ const char *getMiosixVersion();
* \}
*/

// } //namespace miosix

#endif /* VERSION_H */

0 comments on commit ce4f09e

Please sign in to comment.