From b403bfecd55c5c7ab8cbd06b5ccc65e0623d5ae3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 19 Feb 2020 17:22:53 -0600 Subject: [PATCH] arch/z80/src/ez80/ez80f92.h: Fix some bad copy-paste. --- arch/z80/src/ez80/ez80f92.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/z80/src/ez80/ez80f92.h b/arch/z80/src/ez80/ez80f92.h index 1d204d7833b..8449ebd2c2f 100644 --- a/arch/z80/src/ez80/ez80f92.h +++ b/arch/z80/src/ez80/ez80f92.h @@ -16,22 +16,22 @@ * License for the specific language governing permissions and limitations * under the License. * - *********************************************************************************; + ************************************************************************************/ #ifndef __ARCH_Z80_SRC_EZ80_EZ80F92_H #define __ARCH_Z80_SRC_EZ80_EZ80F92_H /************************************************************************************ * Included Files - *********************************************************************************; + ************************************************************************************/ #include "ez80f91_emac.h" /************************************************************************************ * Pre-processor Definitions - *********************************************************************************; + ************************************************************************************/ -/* Memory map ********************************************************************; +/* Memory map ***********************************************************************/ #define EZ80_ONCHIPFLASH 0x000000 /* CS0: 128Kb of on-chip flash */ #define EZ80_OFFCHIPCS0 0x400000 /* CS0: Off chip use (usually flash) */ @@ -39,13 +39,13 @@ #define EZ80_OFFCHIPCS1 0xc00000 /* CS1: Off chip use (usually SRAM) */ #define EZ80_ONCHIPSRAM 0xffe000 /* On-chip SRAM (8Kb) on reset */ -/* Product ID Registers *********************************************************; +/* Product ID Registers ************************************************************/ #define EZ80_ZDI_ID_L 0x00 #define EZ80_ZDI_ID_H 0x01 #define EZ80_ZDI_ID_REV 0x02 -/* Timer Registers **************************************************************; +/* Timer Registers *****************************************************************/ #define EZ80_TMR0_CTL 0x80 /* RW: Timer 0 control register */ #define EZ80_TMR0_DRL 0x81 /* R : Timer 0 data register (low) */