Skip to content
Snippets Groups Projects
Commit 935ac4c4 authored by Florian Pose's avatar Florian Pose
Browse files

Applied new path information to example modules.

parent 5a8e2a19
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
#include <linux/spinlock.h>
#include <linux/interrupt.h>
#include "../include/ecrt.h" // EtherCAT realtime interface
#include "../../include/ecrt.h" // EtherCAT realtime interface
#define ASYNC
#define FREQUENCY 100
......
......@@ -42,7 +42,7 @@
#include "msr_param.h"
// EtherCAT
#include "../include/ecrt.h"
#include "../../include/ecrt.h"
#define ASYNC
......
......@@ -31,7 +31,7 @@
#include <linux/spinlock.h>
#include <linux/interrupt.h>
#include "../include/ecrt.h" // EtherCAT realtime interface
#include "../../include/ecrt.h" // EtherCAT realtime interface
#define ASYNC
#define FREQUENCY 100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment