diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-07-23 14:49:41 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-07-23 14:49:41 +0000 |
commit | be00c7d0c4e85fd44d8c2d71521a5181688feeb8 (patch) | |
tree | 91c3c2c3b29278d4d06e4149d9abef09b8db5a81 /src/flash/stm32x.h | |
parent | dad28d0659f53ae87a85c1fe5663f677594a9ecd (diff) | |
download | riscv-openocd-be00c7d0c4e85fd44d8c2d71521a5181688feeb8.zip riscv-openocd-be00c7d0c4e85fd44d8c2d71521a5181688feeb8.tar.gz riscv-openocd-be00c7d0c4e85fd44d8c2d71521a5181688feeb8.tar.bz2 |
- more fixes to high density stm32x flash driver
- updated copyright for original author
git-svn-id: svn://svn.berlios.de/openocd/trunk@859 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/stm32x.h')
-rw-r--r-- | src/flash/stm32x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/flash/stm32x.h b/src/flash/stm32x.h index e4aca60..04f813a 100644 --- a/src/flash/stm32x.h +++ b/src/flash/stm32x.h @@ -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 * |