diff options
Diffstat (limited to 'board/bf533-stamp/video.c')
-rw-r--r-- | board/bf533-stamp/video.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/bf533-stamp/video.c b/board/bf533-stamp/video.c index 75b8adc..e9b9a9a 100644 --- a/board/bf533-stamp/video.c +++ b/board/bf533-stamp/video.c @@ -164,8 +164,6 @@ int drv_video_init(void) memset(&videodev, 0, sizeof(videodev)); strcpy(videodev.name, "video"); - videodev.ext = DEV_EXT_VIDEO; - videodev.flags = DEV_FLAGS_SYSTEM; return stdio_register(&videodev); } |