ctimer moved from net/rime to sys/

This commit is contained in:
adamdunkels 2010-06-14 18:58:45 +00:00
parent fad2b1def9
commit 951fd78f6c
5 changed files with 7 additions and 8 deletions

View file

@ -26,11 +26,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: testctimer.c,v 1.2 2008/10/03 09:39:38 fros4943 Exp $
* $Id: testctimer.c,v 1.3 2010/06/14 18:58:45 adamdunkels Exp $
*/
#include "contiki.h"
#include "net/rime/ctimer.h"
#include "sys/ctimer.h"
#include <stdio.h>