From f63698059e6f5ae4b7a050af57ad2fe5cb0e50b8 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 2 Sep 2017 12:46:59 +0000 Subject: Fixed some comments. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10530 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/multi/PAL/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testhal/STM32/multi/PAL') diff --git a/testhal/STM32/multi/PAL/main.c b/testhal/STM32/multi/PAL/main.c index 26cdcae70..597e8274d 100644 --- a/testhal/STM32/multi/PAL/main.c +++ b/testhal/STM32/multi/PAL/main.c @@ -62,7 +62,7 @@ int main(void) { chThdCreateStatic(waThread1, sizeof(waThread1), NORMALPRIO, Thread1, NULL); #endif - /* Enabling callback on both edges of the button line.*/ + /* Enabling events on both edges of the button line.*/ palEnableLineEvent(PORTAB_LINE_BUTTON, PAL_EVENT_MODE_BOTH_EDGES, NULL, NULL); @@ -131,7 +131,7 @@ int main(void) { chThdCreateStatic(waThread1, sizeof(waThread1), NORMALPRIO, Thread1, NULL); #endif - /* Enabling callback on both edges of the button line.*/ + /* Enabling events on both edges of the button line.*/ palEnableLineEvent(PORTAB_LINE_BUTTON, PAL_EVENT_MODE_BOTH_EDGES, button_cb, NULL); -- cgit v1.2.3