m1n1/config.h
Hector Martin 8f3118d99f rtkit: Add syslog support
Signed-off-by: Hector Martin <marcan@marcan.st>
2022-01-17 04:42:00 +09:00

13 lines
185 B
C

/* SPDX-License-Identifier: MIT */
#ifndef CONFIG_H
#define CONFIG_H
#define USE_FB
//#define RTKIT_SYSLOG
// Target for device-specific debug builds
//#define TARGET T8103
#endif