All checks were successful
Build documentation / build-and-deploy (push) Successful in 55s
9 lines
179 B
C
9 lines
179 B
C
#ifndef _LIBTERMINAL_TERMINAL_DEVICE_H
|
|
#define _LIBTERMINAL_TERMINAL_DEVICE_H
|
|
|
|
#define TERMINAL_DEVICE 1
|
|
|
|
#include <m/terminal_device.h>
|
|
|
|
#endif // _LIBTERMINAL_TERMINAL_DEVICE_H
|