X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fstm32x.h;h=587f97f7f89d05f2c83446ab6097743cd0726c06;hp=e4aca6092584f95790c6ddb6f88ec8206c84ef3a;hb=0643263d68bcddc56eaa7e3678b7502798410711;hpb=155c3d763c17f8d32d27a0463a8862a27aab85de;ds=sidebyside diff --git a/src/flash/stm32x.h b/src/flash/stm32x.h index e4aca60925..587f97f7f8 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 * @@ -21,7 +24,6 @@ #define STM32X_H #include "flash.h" -#include "target.h" typedef struct stm32x_options_s { @@ -97,4 +99,3 @@ typedef struct stm32x_mem_layout_s { } stm32x_mem_layout_t; #endif /* STM32X_H */ -