Merge pull request #17347 from fjmolinas/pr_ucglib_sdl
tests/pkg_ucglib: add missing function declaration
This commit is contained in:
commit
d69ab922e4
@ -20,6 +20,7 @@ endif
|
|||||||
|
|
||||||
# features depend on output type
|
# features depend on output type
|
||||||
ifeq ($(TEST_OUTPUT),2)
|
ifeq ($(TEST_OUTPUT),2)
|
||||||
|
CFLAGS += -DTHREAD_STACKSIZE_MAIN=48*1024
|
||||||
USEMODULE += ucglib_sdl
|
USEMODULE += ucglib_sdl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
@ -62,6 +62,10 @@
|
|||||||
|
|
||||||
#include "logo.h"
|
#include "logo.h"
|
||||||
|
|
||||||
|
#if TEST_OUTPUT == TEST_OUTPUT_SDL
|
||||||
|
int ucg_sdl_get_key(void);
|
||||||
|
#endif
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
uint32_t screen = 0;
|
uint32_t screen = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user