mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-21 04:14:26 +08:00
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
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user