From 81c35cb4919c12d164a675c0047848ad2bdcdee0 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 16 May 2016 11:14:20 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9490 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ex/Micron/n25q128_spi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/ex/Micron/n25q128_spi.h') diff --git a/os/ex/Micron/n25q128_spi.h b/os/ex/Micron/n25q128_spi.h index 0dd019e35..6a08f9b8a 100644 --- a/os/ex/Micron/n25q128_spi.h +++ b/os/ex/Micron/n25q128_spi.h @@ -145,11 +145,11 @@ */ typedef struct { /** - * @brief SPI driver associated to this L3GD20. + * @brief SPI driver associated to this N25Q128. */ SPIDriver *spip; /** - * @brief SPI configuration associated to this L3GD20. + * @brief SPI configuration associated to this N25Q128. */ const SPIConfig *spicfg; } N25Q128Config; @@ -163,7 +163,7 @@ typedef struct { /** * @extends BaseGyroscopeVMT * - * @brief @p L3GD20 virtual methods table. + * @brief @p N25Q128 virtual methods table. */ struct N25Q128DriverVMT { _n25q128_methods -- cgit v1.2.3