summaryrefslogtreecommitdiffstats
path: root/firmware/main.c
diff options
context:
space:
mode:
authorcpldcpu <cpldcpu@gmail.com>2014-02-20 01:07:08 +0100
committercpldcpu <cpldcpu@gmail.com>2014-02-20 01:07:08 +0100
commit9da799190ee21df5b48c425ac3df0d52613f0c95 (patch)
tree1ccea93eb6cffdf56b2dce0715dcc7115edf9d3c /firmware/main.c
parentc3a88f32b94a6ad0447ef091f1739baa029193f7 (diff)
downloadmicronucleus-9da799190ee21df5b48c425ac3df0d52613f0c95.tar.gz
micronucleus-9da799190ee21df5b48c425ac3df0d52613f0c95.tar.bz2
micronucleus-9da799190ee21df5b48c425ac3df0d52613f0c95.zip
firmware: fixed LED
Diffstat (limited to 'firmware/main.c')
-rw-r--r--firmware/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/main.c b/firmware/main.c
index 5342498..b0aaa6b 100644
--- a/firmware/main.c
+++ b/firmware/main.c
@@ -314,7 +314,7 @@ int main(void) {
if (pgm_read_byte(BOOTLOADER_ADDRESS - TINYVECTOR_RESET_OFFSET + 1)!=0xff) break;
}
- LED_MACRO( idlePolls.b[1] );
+ LED_MACRO( idlePolls.b[0] );
// Test whether another interrupt occurred during the processing of USBpoll and commands.
// If yes, we missed a data packet on the bus. This is not a big issue, since