From dc5964f59f591bffdbe875cea33b419000cd3568 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 16 Feb 2016 10:32:43 +0000 Subject: RT4 and NIL2 merged. All demos and test applications to be updated. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8901 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/RT-STM32F746G-DISCOVERY/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/STM32/RT-STM32F746G-DISCOVERY/main.c') diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY/main.c b/demos/STM32/RT-STM32F746G-DISCOVERY/main.c index eea6da024..9598a834b 100644 --- a/demos/STM32/RT-STM32F746G-DISCOVERY/main.c +++ b/demos/STM32/RT-STM32F746G-DISCOVERY/main.c @@ -71,7 +71,7 @@ int main(void) { * sleeping in a loop and check the button state. */ while (true) { - if (palReadPad(GPIOI, GPIOI_BUTTON_USER)) + if (palReadLine(LINE_BUTTON_USER)) TestThread(&SD1); chThdSleepMilliseconds(500); } -- cgit v1.2.3