summaryrefslogtreecommitdiff
path: root/examples/device/video_capture/src/tusb_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/device/video_capture/src/tusb_config.h')
-rw-r--r--examples/device/video_capture/src/tusb_config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/device/video_capture/src/tusb_config.h b/examples/device/video_capture/src/tusb_config.h
index 06a949b1c..5d2d5470c 100644
--- a/examples/device/video_capture/src/tusb_config.h
+++ b/examples/device/video_capture/src/tusb_config.h
@@ -105,14 +105,6 @@
// video streaming endpoint size
#define CFG_TUD_VIDEO_STREAMING_EP_BUFSIZE 256
-//--------------------------------------------------------------------
-// APPLICATION CONFIGURATION
-//--------------------------------------------------------------------
-#define FRAME_WIDTH 128
-#define FRAME_HEIGHT 96
-#define FRAME_RATE 10
-
-
#ifdef __cplusplus
}
#endif