summaryrefslogtreecommitdiffstats
path: root/firmware/bootloaderconfig.h
diff options
context:
space:
mode:
authorcpldcpu <cpldcpu@gmail.com>2013-12-28 23:24:23 +0100
committercpldcpu <cpldcpu@gmail.com>2013-12-28 23:24:23 +0100
commite7d1d1347cd6c220af783972a064d782047e2c56 (patch)
treea4acdfefaf9d8dd829ed59b0f9480b0121587446 /firmware/bootloaderconfig.h
parent92c012796d2235e264f6cb3f3082e4a86dd74f59 (diff)
downloadmicronucleus-e7d1d1347cd6c220af783972a064d782047e2c56.tar.gz
micronucleus-e7d1d1347cd6c220af783972a064d782047e2c56.tar.bz2
micronucleus-e7d1d1347cd6c220af783972a064d782047e2c56.zip
firmware: code clean up, consolidated wait loops to save 4 bytes
Diffstat (limited to 'firmware/bootloaderconfig.h')
-rw-r--r--firmware/bootloaderconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/bootloaderconfig.h b/firmware/bootloaderconfig.h
index 137fb9b..e6c44da 100644
--- a/firmware/bootloaderconfig.h
+++ b/firmware/bootloaderconfig.h
@@ -142,8 +142,8 @@ these macros are defined, the boot loader uses them.
/*
* Define Bootloader entry condition
*
- * If the entry condition is not met, the bootloader will not be activated and the userprogram
- * is executed directly after a reset. If no userprogram has been loaded, the bootloader
+ * If the entry condition is not met, the bootloader will not be activated and the user program
+ * is executed directly after a reset. If no user program has been loaded, the bootloader
* is always active.
*
* ENTRY_ALWAYS Always activate the bootloader after reset. Requires the least