Project

General

Profile

Revision 942

Simulator library compiles but doesn't do anything.

View differences:

bom.c
1 1
#include "bom.h"
2
#include "util.h"
2 3

  
3 4
void bom_init(char type)
4 5
{
......
13 14
int bom_get(int which)
14 15
{
15 16
	UNIMPLEMENTED
17
	return -1;
16 18
}
17 19

  
18 20
int bom_get_max(void)
19 21
{
20 22
	UNIMPLEMENTED
23
	return -1;
21 24
}
22 25

  
23 26
void bom_leds_on(int bit_field)

Also available in: Unified diff