diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-05-09 11:59:51 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-05-09 11:59:51 +0000 |
commit | 0deff4750e9aa70a01c5c7db6aeb3f32024df352 (patch) | |
tree | 8fbbf5dbc07706f7c571629eb536987598554a8f /os/ex/Micron | |
parent | f0d90404d995f4a023be047e7d431c81ff56ed5a (diff) | |
download | ChibiOS-0deff4750e9aa70a01c5c7db6aeb3f32024df352.tar.gz ChibiOS-0deff4750e9aa70a01c5c7db6aeb3f32024df352.tar.bz2 ChibiOS-0deff4750e9aa70a01c5c7db6aeb3f32024df352.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9455 35acf78f-673a-0410-8e92-d51de3d6d3f4
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; |