You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Firmware/source/Src/fpdkuart.c
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
22
22
#include"main.h"
23
23
#include<stdio.h>
24
24
#include<string.h>
25
+
#include<inttypes.h>
25
26
26
27
#defineFPDKUART_QUEUE_SIZE 32 //32 byte internal RX queue (-> 32 bytes transmitted from IC during debug can be buffered, sending out via USB us MUCH faster)
0 commit comments