From be2ac142d9f08f0a6632043f99abf3bc6abd743e Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 30 Dec 2010 02:23:51 +0100 Subject: Rename include/libopenstm32 to include/stm32. --- examples/stm32/obldc/can/can.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'examples/stm32/obldc/can') diff --git a/examples/stm32/obldc/can/can.c b/examples/stm32/obldc/can/can.c index d96d1c9..6e2b760 100644 --- a/examples/stm32/obldc/can/can.c +++ b/examples/stm32/obldc/can/can.c @@ -18,12 +18,12 @@ * along with this program. If not, see . */ -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include struct can_tx_msg { u32 std_id; -- cgit v1.2.3