]> git.sur5r.net Git - openocd/blobdiff - src/flash/stellaris.h
Fix signed/unsigned comparison.
[openocd] / src / flash / stellaris.h
index 8024258ea498287eb91e355bc185c5d06e6f27cb..2bf4aa6c2a922ab139379ad171c1e7deebf09202 100644 (file)
@@ -1,6 +1,6 @@
 /***************************************************************************
  *   Copyright (C) 2006 by Magnus Lundin                                   *
- *   lundinยชmlu.mine.nu                                                    *
+ *   lundin@mlu.mine.nu                                                    *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
@@ -83,7 +83,6 @@ typedef struct stellaris_flash_bank_s
 #define AMASK  1
 #define PMASK  2
 
-
 /* Flash Controller Command bits */
 #define FMC_WRKEY      (0xA442<<16)
 #define FMC_COMT       (1<<3)