ReC98/th01/hardware/egcstart.cpp

8 lines
99 B
C++

#include "th01/hardware/egc_impl.hpp"
void egc_start_copy(void)
{
egc_on();
egc_setup_copy();
}