#include "sh7091/serial.hpp" void main() { serial::init(0); serial::string("hello\n"); while (1); }