From 759ecbd73c4cac6100db4da2f19f13915c81621e Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Tue, 24 Mar 2009 14:09:38 +0000 Subject: [PATCH] Added example-multihop.c --- doc/examples.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/examples.txt b/doc/examples.txt index ec1818a01..d077373d8 100644 --- a/doc/examples.txt +++ b/doc/examples.txt @@ -7,14 +7,14 @@ /** \example multi-threading.c */ /** \example example-announcement.c */ - /** \example example-broadcast.c */ /** \example example-collect.c */ /** \example example-mesh.c */ -/** \example example-runicast.c */ +/** \example example-multihop.c */ /** \example example-rucb.c */ /** \example example-rudolph0.c */ /** \example example-rudolph1.c */ /** \example example-rudolph2.c */ +/** \example example-runicast.c */ /** \example example-trickle.c */ /** \example example-unicast.c */