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