diff src/logbook.asm @ 113:f3062a611eef

Merge
author heinrichsweikamp
date Mon, 23 Jun 2014 16:14:33 +0200
parents 87cc1adfe4da
children 40ff64d60054
line wrap: on
line diff
--- a/src/logbook.asm	Tue Jun 17 12:10:33 2014 +0200
+++ b/src/logbook.asm	Mon Jun 23 16:14:33 2014 +0200
@@ -1056,7 +1056,7 @@
     btfsc       enable_screen_dumps         ; =1: Ignore vin_usb, wait for "l" command (Screen dump)
     bra         log_screendump_and_onesecond2
     btfsc       vusb_in                     ; USB plugged in?
-    goto        comm_mode                   ; Start COMM mode
+    call        comm_mode                   ; Start COMM mode
     return
 log_screendump_and_onesecond2:
     btfss       vusb_in                     ; USB (still) plugged in?