mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 23:12:22 +08:00
psxtimer0[12]/psxtimer.c: Reformat file header.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||
|
||||
/*
|
||||
/**
|
||||
* @file POSIX Timer Test
|
||||
*
|
||||
* This is a simple real-time applications which contains 3 periodic tasks.
|
||||
*
|
||||
@@ -12,8 +13,10 @@
|
||||
*
|
||||
* The share data is protected with a POSIX mutex.
|
||||
*
|
||||
* Other POSIX facilities such as timers, condition, .. is also used
|
||||
*
|
||||
* Other POSIX facilities such as timers, condition, .. are also used.
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2009.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||
|
||||
/*
|
||||
/**
|
||||
* @file POSIX Timer Test #2
|
||||
*
|
||||
* This is a simple real-time applications which contains 3 periodic tasks.
|
||||
*
|
||||
@@ -12,8 +13,10 @@
|
||||
*
|
||||
* The share data is protected with a POSIX mutex.
|
||||
*
|
||||
* Other POSIX facilities such as timers, condition, .. is also used
|
||||
*
|
||||
* Other POSIX facilities such as timers, condition, .. are also used.
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2009.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user