File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
firmware/library/NR-Clib/development/Platform/src/pic32/usb Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ void SetPICUSBFifo(BYTE_FIFO_STORAGE * s){
77
77
if (bufferSet == TRUE)
78
78
return ;
79
79
bufferSet = TRUE;
80
- printBufferState (s );
80
+ // printBufferState(s);
81
81
usb_fifo_my_store = s ;
82
82
last_my_store = s ;
83
- printBufferState (GetPICUSBFifo ());
83
+ // printBufferState(GetPICUSBFifo());
84
84
setPrintLevel (l );
85
85
86
86
}
@@ -227,12 +227,12 @@ int USBPutArray(BYTE* stream, int num){
227
227
228
228
WORD GetNumUSBBytes (void ){
229
229
usb_Buffer_Update ();
230
- printBufferState (GetPICUSBFifo ());
231
- println_I ("Update Buffer = " );
230
+ // printBufferState(GetPICUSBFifo());
231
+ // println_I("Update Buffer = ");
232
232
// BYTE_FIFO_STORAGE* fifo = GetPICUSBFifo();
233
233
234
234
WORD data = FifoGetByteCount (GetPICUSBFifo ());
235
- p_int_I (data );
235
+ // p_int_I(data);
236
236
return data ;
237
237
}
238
238
You can’t perform that action at this time.
0 commit comments