diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-02-28 10:44:41 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-02-28 10:44:41 +0000 |
commit | 86ca2270f40d650a849e778518e7aa9c2c713341 (patch) | |
tree | 76d0f52c9637707506e8df254f733d32c5b9b269 /src/flash/tms470.h | |
parent | b008ff7ae1f5e646311b3901772be8c9ddaecd0c (diff) | |
download | riscv-openocd-86ca2270f40d650a849e778518e7aa9c2c713341.zip riscv-openocd-86ca2270f40d650a849e778518e7aa9c2c713341.tar.gz riscv-openocd-86ca2270f40d650a849e778518e7aa9c2c713341.tar.bz2 |
Pavel Chromy cleaned up checks for halted, error messages, etc.
git-svn-id: svn://svn.berlios.de/openocd/trunk@374 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/tms470.h')
-rw-r--r-- | src/flash/tms470.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/flash/tms470.h b/src/flash/tms470.h index 18f5ccc..ad5108d 100644 --- a/src/flash/tms470.h +++ b/src/flash/tms470.h @@ -35,7 +35,6 @@ typedef struct tms470_flash_bank_s u32 part_number; char * part_name; - int probed; } tms470_flash_bank_t; #endif /* TMS470_DOT_H */ |