forked from Imagelibrary/rtems
smp02: Resolve unused method warnings.
This commit is contained in:
@@ -13,13 +13,7 @@
|
|||||||
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
||||||
void Loop(void) {
|
static void LogSemaphore(
|
||||||
volatile int i;
|
|
||||||
|
|
||||||
for (i=0; i<300000; i++);
|
|
||||||
}
|
|
||||||
|
|
||||||
void LogSemaphore(
|
|
||||||
bool obtained,
|
bool obtained,
|
||||||
uint32_t cpu_num,
|
uint32_t cpu_num,
|
||||||
uint32_t task_index
|
uint32_t task_index
|
||||||
|
|||||||
Reference in New Issue
Block a user