From cdd64a20189750fcdb5fbdadf131351907f6e712 Mon Sep 17 00:00:00 2001 From: cpldcpu Date: Sat, 28 Dec 2013 12:13:59 +0100 Subject: firmware: we do not want function definition in a header file anyways --- firmware/bootloaderconfig.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/firmware/bootloaderconfig.h b/firmware/bootloaderconfig.h index 7ad4699..a3ae665 100644 --- a/firmware/bootloaderconfig.h +++ b/firmware/bootloaderconfig.h @@ -198,7 +198,6 @@ these macros are defined, the boot loader uses them. /* ------------------------------------------------------------------------- */ -#ifndef __ASSEMBLER__ /* assembler cannot parse function definitions */ /* * Define bootloader timeout value. @@ -265,11 +264,6 @@ these macros are defined, the boot loader uses them. #define LED_EXIT(x) LED_DDR &=~_BV(LED_PIN); #define LED_MACRO(x) if ( x & 0xd ) {LED_DDR&=~_BV(LED_PIN);} else {LED_DDR|=_BV(LED_PIN);} -#endif /* __ASSEMBLER__ */ - - - - /* ------------------------------------------------------------------------- */ #endif /* __bootloader_h_included__ */ -- cgit v1.2.3