• R/O
  • SSH
  • HTTPS

toppers-win: コミット


コミットメタ情報

リビジョン173 (tree)
日時2014-07-24 12:11:07
作者nagasima

ログメッセージ

インデントの修正

変更サマリ

差分

--- branches/rx62n/asp/pdic/rx600/rx600_uart.c (revision 172)
+++ branches/rx62n/asp/pdic/rx600/rx600_uart.c (revision 173)
@@ -321,7 +321,7 @@
321321
322322 /* 送受信許可 */
323323 sil_wrb_mem((uint8_t *)p_siopinib->ctlreg,
324- (sil_reb_mem((uint8_t *)p_siopinib->ctlreg) | SCI_SCR_FLG_ENABLE));
324+ (sil_reb_mem((uint8_t *)p_siopinib->ctlreg) | SCI_SCR_FLG_ENABLE));
325325 }
326326
327327
@@ -410,7 +410,7 @@
410410 p_siopcb->getready = p_siopcb->putready = false;
411411 p_siopcb->openflag = true;
412412
413- return (p_siopcb);
413+ return (p_siopcb);
414414 }
415415
416416 /*
旧リポジトリブラウザで表示