diff options
| -rw-r--r-- | firmware/bootloaderconfig.h | 6 | 
1 files changed, 0 insertions, 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__ */ | 
