From 6ecffb0592dd2b8606409b2165c430fa92913f7f Mon Sep 17 00:00:00 2001 From: nvt-se Date: Thu, 9 Oct 2008 12:41:31 +0000 Subject: [PATCH] added the stimer alongside the other timers --- Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.include b/Makefile.include index 8f4a0e16f..74a711797 100644 --- a/Makefile.include +++ b/Makefile.include @@ -47,8 +47,8 @@ include $(CONTIKI)/core/net/mac/Makefile.mac #include $(CONTIKI)/core/net/ipv6/Makefile.ipv6 SYSTEM = process.c procinit.c autostart.c elfloader.c profile.c timetable.c timetable-aggregate.c THREADS = mt.c -LIBS = memb.c timer.c list.c etimer.c energest.c rtimer.c print-stats.c \ - ifft.c crc16.c +LIBS = memb.c timer.c list.c etimer.c energest.c rtimer.c stimer.c \ + print-stats.c ifft.c crc16.c UIP = uip.c uiplib.c resolv.c tcpip.c psock.c hc.c uip-split.c uip-fw.c \ uip-fw-drv.c uip_arp.c tcpdump.c uip-neighbor.c uip-udp-packet.c \ uip-over-mesh.c #rawpacket-udp.c