Skip to content

Commit

Permalink
firmware: silence a stray line in usb_streaming.c; move to newest lib…
Browse files Browse the repository at this point in the history
…great
  • Loading branch information
ktemkin committed Sep 4, 2019
1 parent b3cde77 commit d902d9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions firmware/greatfet_usb/usb_streaming.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,5 @@ void usb_streaming_stop_streaming_to_host()
usb_streaming_enabled = false;
usb_endpoint_disable(&usb0_endpoint_bulk_in);

pr_info("Position in buffer: %08x\n", *position_in_buffer);

led_off(LED4);
}
2 changes: 1 addition & 1 deletion libgreat

0 comments on commit d902d9e

Please sign in to comment.