1
0
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:
Alexandre Abadie 2021-12-07 16:56:01 +01:00 committed by GitHub
commit d69ab922e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,7 @@ endif
# features depend on output type
ifeq ($(TEST_OUTPUT),2)
CFLAGS += -DTHREAD_STACKSIZE_MAIN=48*1024
USEMODULE += ucglib_sdl
endif

View File

@ -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;