1
0
Fork 0

untested protothread timer stuff

This commit is contained in:
neingeist 2010-04-03 20:51:54 +02:00
parent 427eb62ac4
commit 0de9d4db1e
7 changed files with 376 additions and 7 deletions

View file

@ -9,7 +9,7 @@ MCU = atmega168
F_CPU = 16000000
FORMAT = ihex
TARGET = example
SRC = example.c
SRC = example.c timer/clock-arch.c timer/timer.c
ASRC =
OPT = s
@ -32,7 +32,7 @@ CSTANDARD = -std=gnu99
CDEFS = -DF_CPU=$(F_CPU)UL
# Place -I options here
CINCS = -Ipt
CINCS = -Ipt
CDEBUG = -g$(DEBUG)