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