summaryrefslogtreecommitdiff
path: root/src/flash/pic32mx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/pic32mx.c')
-rw-r--r--src/flash/pic32mx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/pic32mx.c b/src/flash/pic32mx.c
index a0d6f41e..378d9b24 100644
--- a/src/flash/pic32mx.c
+++ b/src/flash/pic32mx.c
@@ -452,7 +452,7 @@ static int pic32mx_write_block(struct flash_bank_s *bank, uint8_t *buffer, uint3
target_free_working_area(target, source);
- while(count > 0)
+ while (count > 0)
{
uint32_t value;
memcpy(&value, buffer, sizeof(uint32_t));