X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Farm7tdmi.c;h=99fa9bc43b899fb8c3fb84fc22854d6fa6f7ed51;hb=68c598e88d5e09728ea845a81ab279c615bbaf0f;hp=56198d1cb7883d78869b8bcc07773dc7cf522cea;hpb=d28931c2d41e9f75f6f596955c3f75595c902e09;p=fw%2Fopenocd diff --git a/src/target/arm7tdmi.c b/src/target/arm7tdmi.c index 56198d1cb..99fa9bc43 100644 --- a/src/target/arm7tdmi.c +++ b/src/target/arm7tdmi.c @@ -2,6 +2,9 @@ * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * + * Copyright (C) 2008 by Spencer Oliver * + * spen@spen-soft.co.uk * + * * * 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 * * the Free Software Foundation; either version 2 of the License, or * @@ -851,13 +854,3 @@ int arm7tdmi_register_commands(struct command_context_s *cmd_ctx) return ERROR_OK; } - - - - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */