add some prototypes

This commit is contained in:
Thomas Doerfler
2010-03-27 21:09:29 +00:00
parent 06d1413032
commit fe28264e86

View File

@@ -6,15 +6,15 @@
#include <bsp.h>
void tm27On()
void tm27On(void)
{
}
void tm27Off()
void tm27Off(void)
{
}
int tm27IsOn()
int tm27IsOn(void)
{
return 1;
}