aboutsummaryrefslogtreecommitdiff
path: root/lib/i2c.c
diff options
context:
space:
mode:
authorUwe Hermann2010-03-04 21:25:25 +0100
committerUwe Hermann2010-03-04 21:25:25 +0100
commite7cadf0822815eb0743b6bead30166f23117af8a (patch)
treee505ec9f7c99c0a9c8eabef79833e139b23e56b9 /lib/i2c.c
parent92194abda482654d05df88fa7c0e8c5ed477d934 (diff)
Use direct #includes instead of libopenstm32.h.
Diffstat (limited to 'lib/i2c.c')
-rw-r--r--lib/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/i2c.c b/lib/i2c.c
index 7dbc889..e161b7f 100644
--- a/lib/i2c.c
+++ b/lib/i2c.c
@@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <libopenstm32.h>
+#include <libopenstm32/i2c.h>
void i2c_peripheral_enable(u32 i2c)
{