You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/12/13 19:35:44 UTC

[11/12] incubator-mynewt-core git commit: Remove empty comment block

Remove empty comment block


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/e3ac9e3c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/e3ac9e3c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/e3ac9e3c

Branch: refs/heads/develop
Commit: e3ac9e3c1c2927c2f7a0ecd24aac2e4ea69a6290
Parents: 3c45dde
Author: Fabio Utzig <ut...@utzig.org>
Authored: Fri Dec 9 09:14:12 2016 -0200
Committer: Fabio Utzig <ut...@utzig.org>
Committed: Fri Dec 9 09:14:12 2016 -0200

----------------------------------------------------------------------
 hw/drivers/mmc/src/mmc.c | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/e3ac9e3c/hw/drivers/mmc/src/mmc.c
----------------------------------------------------------------------
diff --git a/hw/drivers/mmc/src/mmc.c b/hw/drivers/mmc/src/mmc.c
index 6c5dcbe..ca89434 100644
--- a/hw/drivers/mmc/src/mmc.c
+++ b/hw/drivers/mmc/src/mmc.c
@@ -168,10 +168,6 @@ send_mmc_cmd(struct mmc_cfg *mmc, uint8_t cmd, uint32_t payload)
 }
 
 /**
- * NOTE:
- */
-
-/**
  * Initialize the MMC driver
  *
  * @param spi_num Number of the SPI channel to be used by MMC