Project

General

Profile

Revision 1b054655

ID1b05465522469f6561928140dd6d106e9733f6a6
Parent dc472500
Child 1085ef77

Added by Thomas Mullins over 11 years ago

Fixes. It tooltrons at a basic level now.

View differences:

toolbox/Makefile
2 2
MCU=attiny1634
3 3
#MCU=atmega2560
4 4
F_CPU=8000000UL
5
SRC=main.c serial.c rfid.c \
5
SRC=*.c \
6 6
		freemodbus/port/*.c \
7 7
		freemodbus/modbus/mb.c \
8 8
		freemodbus/modbus/rtu/mbrtu.c \
9 9
		freemodbus/modbus/ascii/mbascii.c \
10 10
		freemodbus/modbus/functions/*.c
11
HDR=../tooltron_mb.h serial.h rfid.h freemodbus/port/*.h
11
HDR=../tooltron_mb.h *.h freemodbus/port/*.h
12 12

  
13 13
FLAGS=-Os -Wall -mmcu=$(MCU) -DF_CPU=$(F_CPU) -I.. \
14 14
			-DRTS_ENABLE \

Also available in: Unified diff