Skip to content

Commit

Permalink
Removed accidental debug include in USB code
Browse files Browse the repository at this point in the history
  • Loading branch information
buu342 committed Feb 25, 2025
1 parent 1004cc9 commit 7f7f942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UNFLoader/device_usb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ USBStatus device_usb_write(USBHandle handle, void* buffer, uint32_t size, uint32
@param A pointer to store the number of bytes read
@return The USB status
==============================*/
#include "term.h"

USBStatus device_usb_read(USBHandle handle, void* buffer, uint32_t size, uint32_t* read)
{
#ifdef D2XX
Expand Down

0 comments on commit 7f7f942

Please sign in to comment.