Merged in MinamiyaNatsuki/nuttx (pull request #1095)

Remove duplicate code from stm32_bringup.c

This code repeated two times by mistake.

Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
Minamiya Natsuki 2019-12-15 12:21:28 +00:00 committed by Gregory Nutt
parent 25b788a9ed
commit 0357115bf9

View File

@ -67,10 +67,6 @@
# include <nuttx/leds/userled.h>
#endif
#ifdef CONFIG_USERLED
# include <nuttx/leds/userled.h>
#endif
#ifdef CONFIG_VIDEO_FB
# include <nuttx/video/fb.h>
#endif