mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
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
|
||||
ifeq ($(TEST_OUTPUT),2)
|
||||
CFLAGS += -DTHREAD_STACKSIZE_MAIN=48*1024
|
||||
USEMODULE += ucglib_sdl
|
||||
endif
|
||||
|
||||
|
@ -62,6 +62,10 @@
|
||||
|
||||
#include "logo.h"
|
||||
|
||||
#if TEST_OUTPUT == TEST_OUTPUT_SDL
|
||||
int ucg_sdl_get_key(void);
|
||||
#endif
|
||||
|
||||
int main(void)
|
||||
{
|
||||
uint32_t screen = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user