Skip to content

Commit dd722d9

Browse files
committed
docs: Fix comment showing in description
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent f4f5109 commit dd722d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/plat/def_i2c.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef INCLUDE_PLAT_DEF_I2C_H_
22
#define INCLUDE_PLAT_DEF_I2C_H_
33

4-
/**
4+
/*
55
* I2C Port Mapping
66
* ----------------
77
*
@@ -10,7 +10,7 @@
1010
*
1111
* +---------+------------------+-----------+-----------------+-----------+------------+------------+
1212
* | I2C Pin | MC20U Pin | M56 Pin | MC60 Pin | M66 Pin | BC20 Pin | SIM868 |
13-
* | | |br| S20U Pin | | |br| MC20 Pin | | | Pin |
13+
* | | S20U Pin | | MC20 Pin | | | Pin |
1414
* +=========+==================+===========+=================+===========+============+============+
1515
* | SCL | Pin 35 | Pin 24 | Pin 35 | Pin 20 | Pin 58 | Pin 65 |
1616
* +---------+------------------+-----------+-----------------+-----------+------------+------------+

include/plat/def_spi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef INCLUDE_PLAT_DEF_SPI_H_
22
#define INCLUDE_PLAT_DEF_SPI_H_
33

4-
/**
4+
/*
55
* SPI Port Mapping
66
* ----------------
77
*
@@ -10,7 +10,7 @@
1010
*
1111
* +---------+------------------+-----------+-----------------+-----------+------------+------------+
1212
* | SPI Pin | MC20U Pin | M56 Pin | MC60 Pin | M66 Pin | BC20 Pin | SIM868 |
13-
* | | |br| S20U Pin | | |br| MC20 Pin | | | Pin |
13+
* | | S20U Pin | | MC20 Pin | | | Pin |
1414
* +=========+==================+===========+=================+===========+============+============+
1515
* | MISO | Pin 61 | Pin 15 | Pin 61 | Pin 31 | Pin 61 | Pin 41 |
1616
* +---------+------------------+-----------+-----------------+-----------+------------+------------+

0 commit comments

Comments
 (0)