All checks were successful
Build documentation / build-and-deploy (push) Successful in 55s
7 lines
117 B
C
7 lines
117 B
C
#ifndef _M_TERMINAL_DEVICE_H
|
|
#define _M_TERMINAL_DEVICE_H
|
|
|
|
#define TERMINAL_PUTSTR 0
|
|
|
|
#endif // _M_TERMINAL_DEVICE_H
|