From 0fc2adba2ad0f66c86c3d7c79a79b666b9614ca2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 10 Jan 2009 11:51:09 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@603 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ports/AVR/chcore.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ports/AVR') diff --git a/ports/AVR/chcore.h b/ports/AVR/chcore.h index 90755cb4e..b748ce1a9 100644 --- a/ports/AVR/chcore.h +++ b/ports/AVR/chcore.h @@ -199,14 +199,14 @@ asm ("" : : : "r18", "r19", "r20", "r21", "r22", "r23", "r24", \ #define sys_enable() asm volatile ("sei") /** - * This port function is implemented as inlined code for performance reasons. + * This function is empty in this port. */ -#define sys_disable_from_isr() sys_disable() +#define sys_disable_from_isr() /** - * This port function is implemented as inlined code for performance reasons. + * This function is empty in this port. */ -#define sys_enable_from_isr() sys_enable() +#define sys_enable_from_isr() #if ENABLE_WFI_IDLE != 0 /** -- cgit v1.2.3