mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Standardize the width of all comment boxes in header files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/************************************************************
|
||||
/****************************************************************************
|
||||
* configs/p112/include/board.h
|
||||
*
|
||||
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
|
||||
@@ -31,18 +31,18 @@
|
||||
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
************************************************************/
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __CONFIGS_P112_INCLUDE_BOARD_H
|
||||
#define __CONFIGS_P112_INCLUDE_BOARD_H
|
||||
|
||||
/************************************************************
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
************************************************************/
|
||||
****************************************************************************/
|
||||
|
||||
/************************************************************
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
************************************************************/
|
||||
****************************************************************************/
|
||||
/* The Z180 is driven by a 16MHz crystal. The system clock
|
||||
* is equal to the crystal frequency.
|
||||
*/
|
||||
@@ -50,9 +50,9 @@
|
||||
#define Z180_BOARD_XTAL 16000000 /* 16 MHz */
|
||||
#define Z180_SYSCLOCK Z180_BOARD_XTAL /* 16 MHz */
|
||||
|
||||
/************************************************************
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
************************************************************/
|
||||
****************************************************************************/
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C"
|
||||
|
||||
Reference in New Issue
Block a user