From 021bd52c4ab8f705097f45e3f3a4bf43a86ee1cb Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Wed, 2 May 2018 13:18:38 +0000 Subject: Fixed Bug #943 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11985 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/ex/ST/lps25h.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/ex/ST/lps25h.c') diff --git a/os/ex/ST/lps25h.c b/os/ex/ST/lps25h.c index f038e78f7..20c03c1d4 100644 --- a/os/ex/ST/lps25h.c +++ b/os/ex/ST/lps25h.c @@ -379,7 +379,7 @@ static msg_t thermo_read_raw(void *ip, int32_t axes[]) { * BaseThermometer axes number. * * @param[in] ip pointer to @p BaseThermometer interface. - * @param[out] axes a buffer which would be filled with cooked data. + * @param[out] axis a buffer which would be filled with cooked data. * * @return The operation status. * @retval MSG_OK if the function succeeded. -- cgit v1.2.3