All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m19s
9 lines
144 B
C
9 lines
144 B
C
#ifndef _M_TERMINAL_DEVICE_H
|
|
#define _M_TERMINAL_DEVICE_H
|
|
|
|
#define TERMINAL_DEVICE 0
|
|
|
|
#define TERMINAL_PUTSTR 0
|
|
|
|
#endif // _M_TERMINAL_DEVICE_H
|