summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc313x
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-19 18:51:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-19 18:51:02 +0000
commit0a237f936cc0145ea529c8ecca596061a044450d (patch)
tree4ee007a262bfaaeee2f9f4f2f51aeee3da83db47 /nuttx/arch/arm/src/lpc313x
parent4ee8e4abfb4fb9e46ea6ce2e3685312a684c67d5 (diff)
downloadpx4-nuttx-0a237f936cc0145ea529c8ecca596061a044450d.tar.gz
px4-nuttx-0a237f936cc0145ea529c8ecca596061a044450d.tar.bz2
px4-nuttx-0a237f936cc0145ea529c8ecca596061a044450d.zip
Rename i2c directories to sensors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3525 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lpc313x')
-rw-r--r--nuttx/arch/arm/src/lpc313x/lpc313x_i2c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/lpc313x/lpc313x_i2c.c b/nuttx/arch/arm/src/lpc313x/lpc313x_i2c.c
index dc2e454b9..3477b9e53 100644
--- a/nuttx/arch/arm/src/lpc313x/lpc313x_i2c.c
+++ b/nuttx/arch/arm/src/lpc313x/lpc313x_i2c.c
@@ -3,7 +3,7 @@
*
* Author: David Hewson
*
- * Copyright (C) 2010 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2010-2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -50,7 +50,7 @@
#include <debug.h>
#include <nuttx/arch.h>
-#include <nuttx/i2c/i2c.h>
+#include <nuttx/i2c.h>
#include <arch/irq.h>
#include <arch/board/board.h>