aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/obldc/can
diff options
context:
space:
mode:
authorUwe Hermann2010-12-30 02:23:51 +0100
committerUwe Hermann2010-12-30 02:23:51 +0100
commitbe2ac142d9f08f0a6632043f99abf3bc6abd743e (patch)
treeec1a119abb576668cf3cb85fed818b742ba7af9f /examples/stm32/obldc/can
parent8e084b1517088036e3db9bbd255b1c231cd2a108 (diff)
Rename include/libopenstm32 to include/stm32.
Diffstat (limited to 'examples/stm32/obldc/can')
-rw-r--r--examples/stm32/obldc/can/can.c12
1 files changed, 6 insertions, 6 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#include <libopenstm32/rcc.h>
-#include <libopenstm32/flash.h>
-#include <libopenstm32/gpio.h>
-#include <libopenstm32/nvic.h>
-#include <libopenstm32/systick.h>
-#include <libopenstm32/can.h>
+#include <stm32/rcc.h>
+#include <stm32/flash.h>
+#include <stm32/gpio.h>
+#include <stm32/nvic.h>
+#include <stm32/systick.h>
+#include <stm32/can.h>
struct can_tx_msg {
u32 std_id;