Sending pictures - problems with cdc testing using receiver app

This commit is contained in:
Adam Prochazka
2023-04-06 22:27:54 +02:00
parent 505b448eeb
commit 5132e015bd
12 changed files with 45 additions and 24 deletions

View File

@ -34,9 +34,9 @@ extern "C"
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
#define CFG_EXAMPLE_VIDEO_READONLY
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "stdbool.h"
#include "tusb.h"
#include "Cam.h"