Project

General

Profile

Revision 933

Added unimplemented message to simulator library.

View differences:

bom.c
2 2

  
3 3
void bom_init(char type)
4 4
{
5

  
5
	UNIMPLEMENTED
6 6
}
7 7

  
8 8
void bom_refresh(int bitfield)
9 9
{
10

  
10
	UNIMPLEMENTED
11 11
}
12 12

  
13 13
int bom_get(int which)
14 14
{
15

  
15
	UNIMPLEMENTED
16 16
}
17 17

  
18 18
int bom_get_max(void)
19 19
{
20

  
20
	UNIMPLEMENTED
21 21
}
22 22

  
23 23
void bom_leds_on(int bit_field)
24 24
{
25

  
25
	UNIMPLEMENTED
26 26
}
27 27

  
28 28
void bom_leds_off(int bit_field)
29 29
{
30

  
30
	UNIMPLEMENTED
31 31
}
32 32

  
33 33
void bom_on(void)
34 34
{
35

  
35
	UNIMPLEMENTED
36 36
}
37 37

  
38 38
void bom_off(void)
39 39
{
40

  
40
	UNIMPLEMENTED
41 41
}
42 42

  

Also available in: Unified diff