diff options
Diffstat (limited to 'os/ex/Micron')
| -rw-r--r-- | os/ex/Micron/n25q128.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ex/Micron/n25q128.h b/os/ex/Micron/n25q128.h index bcd1ff97b..9ae12f1bd 100644 --- a/os/ex/Micron/n25q128.h +++ b/os/ex/Micron/n25q128.h @@ -137,11 +137,11 @@   */  typedef struct {    /** -   * @brief SPI driver associated to this L3GD20. +   * @brief   SPI driver associated to this L3GD20.     */    SPIDriver                 *spip;    /** -   * @brief SPI configuration associated to this L3GD20. +   * @brief   SPI configuration associated to this L3GD20.     */    const SPIConfig           *spicfg;  } N25Q128Config;  | 
