mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 22:34:26 +08:00
m68k/mrm332: Move include of <rtems/m68k/sim.h>
This file defines at least the POW() macro which pollutes the public name space and causes warnings in at least the paranoia sample application.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <bsp.h>
|
||||
#include <mrm332.h>
|
||||
#include <rtems/m68k/sim.h>
|
||||
|
||||
#define CLOCK_VECTOR MRM_PIV
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@ extern "C" {
|
||||
#include <rtems/console.h>
|
||||
#include <rtems/iosupp.h>
|
||||
#include <mrm332.h>
|
||||
#include <rtems/m68k/sim.h>
|
||||
|
||||
#define CONSOLE_SCI
|
||||
|
||||
|
||||
Reference in New Issue
Block a user