Move clock functions from sched/ to sched/clock

This commit is contained in:
Gregory Nutt 2014-08-08 14:43:02 -06:00
parent 899025527c
commit f9c1d9a939
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
#include <nuttx/arch.h>
#include "clock_internal.h"
#include "clock/clock.h"
#include "up_internal.h"
/****************************************************************************

View File

@ -43,7 +43,7 @@
#include <nuttx/arch.h>
#include "clock_internal.h"
#include "clock/clock.h"
#include "up_internal.h"
/****************************************************************************