split into more components

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-06-07 23:00:21 +02:00
parent 3cb1b31a37
commit 53d4bf2c5b
7 changed files with 78 additions and 68 deletions

View File

@@ -0,0 +1,9 @@
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void splash_screen(void);
#ifdef __cplusplus
}
#endif