Standardize the width of all comment boxes in header files

This commit is contained in:
Gregory Nutt
2015-10-02 17:47:56 -06:00
parent e6e46f830b
commit 6cb20d3fba
9 changed files with 42 additions and 42 deletions
+8 -8
View File
@@ -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"