Project

General

Profile

Revision 860

fixed target in Makefile

View differences:

testmain.c
1 1
#include "lbomtest.h"
2 2
#include "orbtest.h"
3 3
#include "testhoming.h"
4
#include "bayboard_lib.h"
4 5

  
5
int main(){
6
int main(void){
7
	bayboard_init(ALL_ON);
8

  
9
  usb_puts("welcome\n");
6 10
  testHoming();
7 11
}

Also available in: Unified diff