Skip to content

Commit

Permalink
Issue #5 Incomplete refactoring in avrbl_run
Browse files Browse the repository at this point in the history
  • Loading branch information
msproul committed Dec 4, 2011
1 parent 2a9c827 commit ee40421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/pic32bootloaderusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ void avrbl_run(void)

#ifndef PRGSWITCH
// if we've been here too long without stk500v2 becoming active...
if (gLoops >= AVRBL_LOOPS && !active)
if (gLoops >= AVRBL_LOOPS && !gActive)
{
// launch the application!
jump_to_app();
Expand Down

0 comments on commit ee40421

Please sign in to comment.