From f5be820e9c8945c9995a917ede877b588c1cbba2 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Thu, 12 May 2016 21:01:59 +0000 Subject: Fixes an improvements to EX demos git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9471 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F4xx/SPI-LIS302DL/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/STM32/STM32F4xx/SPI-LIS302DL') diff --git a/testhal/STM32/STM32F4xx/SPI-LIS302DL/main.c b/testhal/STM32/STM32F4xx/SPI-LIS302DL/main.c index 025789275..429f7b0bb 100644 --- a/testhal/STM32/STM32F4xx/SPI-LIS302DL/main.c +++ b/testhal/STM32/STM32F4xx/SPI-LIS302DL/main.c @@ -120,7 +120,7 @@ int main(void) { accelerometerReadCooked(&LIS302DLD1, cookeddata); for(i = 0; i < LIS302DL_NUMBER_OF_AXES; i++) - chprintf(chp, "COOKED-%c:%.3f\r\n", axesID[i], cookeddata[i]); + chprintf(chp, "COOKED-%c:%.3f g\r\n", axesID[i], cookeddata[i]); chThdSleepMilliseconds(150); #if CHPRINTF_USE_ANSI_CODE -- cgit v1.2.3