Project

General

Profile

Revision 793

Updated bay board wireless library... Doesn't work at all.

View differences:

lbom.c
35 35
 **/
36 36

  
37 37
#include <avr/io.h>
38
#include "lbom.h"
38
#include "bom.h"
39 39

  
40 40
static char bom_mode;
41 41
static char led_mask;
......
89 89
	led_mask = ((bit_field&BOM_ALL_ON) << 4);
90 90
}
91 91

  
92
int get_max_bom(void)
93
{
94
	return -1;
95
}
96

  
92 97
/** @} **/ //end group

Also available in: Unified diff