forked from Imagelibrary/rtems
Include files now installed as <rtems/*.h>.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#define TEST_INIT
|
||||
#include "system.h"
|
||||
|
||||
#include "rtmonuse.h"
|
||||
#include <rtems/rtmonuse.h>
|
||||
|
||||
rtems_task Init(
|
||||
rtems_task_argument argument
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
|
||||
#include "system.h"
|
||||
|
||||
#include <cpuuse.h>
|
||||
#include "rtmonuse.h"
|
||||
#include <rtems/cpuuse.h>
|
||||
#include <rtems/rtmonuse.h>
|
||||
|
||||
rtems_unsigned32 Periods[6] = { 0, 2, 2, 2, 2, 100 };
|
||||
rtems_unsigned32 Iterations[6] = { 0, 50, 50, 50, 50, 1 };
|
||||
|
||||
Reference in New Issue
Block a user