mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-26 16:30:17 +00:00
9 lines
97 B
C
9 lines
97 B
C
|
/* SPDX-License-Identifier: MIT */
|
||
|
|
||
|
#ifndef CONFIG_H
|
||
|
#define CONFIG_H
|
||
|
|
||
|
#define SHOW_LOGO
|
||
|
|
||
|
#endif
|