From 4addbc1fa9032516621a8c0a17cffb8d8e686a18 Mon Sep 17 00:00:00 2001 From: edolomb Date: Tue, 7 Nov 2017 16:44:06 +0000 Subject: Updated MS2ST to TIME_MS2I git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10967 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/ATSAMA5D2/SPI/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/ATSAMA5D2/SPI/main.c') diff --git a/testhal/ATSAMA5D2/SPI/main.c b/testhal/ATSAMA5D2/SPI/main.c index e4d5d55cf..f2c61f0d8 100644 --- a/testhal/ATSAMA5D2/SPI/main.c +++ b/testhal/ATSAMA5D2/SPI/main.c @@ -41,7 +41,7 @@ static void rxend(SPIDriver *spip) { palClearLine(LINE_LED_RED); chSysLockFromISR(); chVTResetI(&vt3); - chVTSetI(&vt3, MS2ST(200), led3off, NULL); + chVTSetI(&vt3, TIME_MS2I(200), led3off, NULL); chSysUnlockFromISR(); } -- cgit v1.2.3