diff options
| author | cpldcpu <cpldcpu@gmail.com> | 2013-12-28 12:13:59 +0100 | 
|---|---|---|
| committer | cpldcpu <cpldcpu@gmail.com> | 2013-12-28 12:13:59 +0100 | 
| commit | cdd64a20189750fcdb5fbdadf131351907f6e712 (patch) | |
| tree | 787091068b377e2dd63f9e74c85743faa7915d1b | |
| parent | 4f3b33a40ec800bc29efeb89ec7ae32b9adbbaf5 (diff) | |
| download | micronucleus-cdd64a20189750fcdb5fbdadf131351907f6e712.tar.gz micronucleus-cdd64a20189750fcdb5fbdadf131351907f6e712.tar.bz2 micronucleus-cdd64a20189750fcdb5fbdadf131351907f6e712.zip | |
firmware: we do not want function definition in a header file anyways
| -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__ */ | 
