Project

General

Profile

Revision 860

fixed target in Makefile

View differences:

branches/autonomous_recharging/code/projects/Test/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
}
branches/autonomous_recharging/code/projects/Test/Makefile
8 8
endif
9 9

  
10 10
# Target file name (without extension).
11
TARGET = main
11
TARGET = testmain
12 12

  
13 13
# Uncomment this to use the wireless library
14 14
#USE_WIRELESS = 1
15 15

  
16 16
# com1 = serial port. Use lpt1 to connect to parallel port.
17
AVRDUDE_PORT = com3
17
AVRDUDE_PORT = com5
18 18
#
19 19
#
20 20
###################################

Also available in: Unified diff