forked from Imagelibrary/rtems
Task_1: changed comment and task name to task1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Task_1_through_3
|
||||
/* Task_1
|
||||
*
|
||||
* This routine serves as a test task. It verifies the basic task
|
||||
* switching capabilities of the executive.
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "system.h"
|
||||
#include <errno.h>
|
||||
|
||||
void *Task_1_through_3(
|
||||
void *Task_1(
|
||||
void *argument
|
||||
)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* Task_1_through_3
|
||||
/* Task_1
|
||||
*
|
||||
* This routine serves as a test task. It verifies the basic task
|
||||
* switching capabilities of the executive.
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "system.h"
|
||||
#include <errno.h>
|
||||
|
||||
void *Task_1_through_3(
|
||||
void *Task_1(
|
||||
void *argument
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user