aboutsummaryrefslogtreecommitdiff
path: root/apps/systemcmds
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-10-23 21:43:41 -0700
committerpx4dev <px4@purgatory.org>2012-10-23 23:51:13 -0700
commit3d79b9a0b057ed9bf41329ce052d0b4152cd0a1a (patch)
treea477c4ef7c88e7a6a2402207070af3160080fcf6 /apps/systemcmds
parentc3fe915b44a1b32f05b182b3079c722b82b20fb9 (diff)
downloadpx4-firmware-3d79b9a0b057ed9bf41329ce052d0b4152cd0a1a.tar.gz
px4-firmware-3d79b9a0b057ed9bf41329ce052d0b4152cd0a1a.tar.bz2
px4-firmware-3d79b9a0b057ed9bf41329ce052d0b4152cd0a1a.zip
Tease the PWM driver out and fix some build issues after cleaning up behind the cpuload pieces.
Diffstat (limited to 'apps/systemcmds')
-rw-r--r--apps/systemcmds/top/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/systemcmds/top/top.c b/apps/systemcmds/top/top.c
index b373d9ae7..7a2a993c2 100644
--- a/apps/systemcmds/top/top.c
+++ b/apps/systemcmds/top/top.c
@@ -46,7 +46,7 @@
#include <string.h>
#include <poll.h>
-#include <arch/board/up_cpuload.h>
+#include <systemlib/cpuload.h>
#include <drivers/drv_hrt.h>
/**