summaryrefslogtreecommitdiffstats
path: root/commandline/library
diff options
context:
space:
mode:
Diffstat (limited to 'commandline/library')
-rw-r--r--commandline/library/micronucleus_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commandline/library/micronucleus_lib.c b/commandline/library/micronucleus_lib.c
index 9b73d46..b9bceb2 100644
--- a/commandline/library/micronucleus_lib.c
+++ b/commandline/library/micronucleus_lib.c
@@ -151,7 +151,7 @@ int micronucleus_writeFlash(micronucleus* deviceHandle, unsigned int program_siz
// give microcontroller enough time to write this page and come back online
delay(deviceHandle->write_sleep);
-
+
if (res != page_length) return -1;
}