11 lines
109 B
C++
11 lines
109 B
C++
#include "sh7091/serial.hpp"
|
|
|
|
void main()
|
|
{
|
|
serial::init(0);
|
|
|
|
serial::string("hello\n");
|
|
|
|
while (1);
|
|
}
|