aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/em357.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor/em357.c')
-rw-r--r--src/flash/nor/em357.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/flash/nor/em357.c b/src/flash/nor/em357.c
index 70a5431a..6cc922c2 100644
--- a/src/flash/nor/em357.c
+++ b/src/flash/nor/em357.c
@@ -502,7 +502,6 @@ static int em357_write_block(struct flash_bank *bank, const uint8_t *buffer,
LOG_WARNING("no working area available, can't do block memory writes");
return ERROR_TARGET_RESOURCE_NOT_AVAILABLE;
}
- ;
retval = target_write_buffer(target, write_algorithm->address,
sizeof(em357_flash_write_code), em357_flash_write_code);