Example #1
0
/**
 * メイン処理
 */
static void cbAppToCoNet_vMain() {
	/* handle serial input */
	vHandleSerialInput();
}
Example #2
0
void cbToCoNet_vMain(void) {
	/* handle serial input */
	vHandleSerialInput();
}