You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/05/25 06:37:35 UTC

[incubator-nuttx] 02/02: arch/riscv/bl602: Fix typo in i2c driver

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 2975050c9672b1310cfe033546bdca550bcbeac5
Author: Govind Singh <go...@gmail.com>
AuthorDate: Mon May 24 08:39:00 2021 -0700

    arch/riscv/bl602: Fix typo in i2c driver
    
    Signed-off-by: Govind Singh <go...@gmail.com>
---
 arch/risc-v/src/bl602/bl602_i2c.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/risc-v/src/bl602/bl602_i2c.h b/arch/risc-v/src/bl602/bl602_i2c.h
index a2ba836..07a9297 100644
--- a/arch/risc-v/src/bl602/bl602_i2c.h
+++ b/arch/risc-v/src/bl602/bl602_i2c.h
@@ -89,4 +89,4 @@ int bl602_i2cbus_uninitialize(FAR struct i2c_master_s *dev);
 #endif
 
 #endif /* __ASSEMBLY__ */
-#endif /* __ARCH_RISCV_SRC_BL602_BL602_HBN_H */
+#endif /* __ARCH_RISCV_SRC_BL602_BL602_I2C_H */