Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
8b8d9224
Commit
8b8d9224
authored
Nov 07, 2018
by
Christoffer Ackelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix warning about missing include files.
parent
3e810925
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
+13
-13
build.sh
build.sh
+1
-1
profibus/lib/rt/src/os_linux/ccrl.c
profibus/lib/rt/src/os_linux/ccrl.c
+6
-6
remote/exe/rs_remote_mq/src/rs_remote_mq.c
remote/exe/rs_remote_mq/src/rs_remote_mq.c
+6
-6
No files found.
build.sh
View file @
8b8d9224
...
...
@@ -88,7 +88,7 @@ pwre init $ename
# Build
mkdir
-p
$pwre_broot
pwre configure
pwre configure
--parallel
pwre create_all_modules
pwre build_all_modules
$gui
#pwre build_kernel $gui
...
...
profibus/lib/rt/src/os_linux/ccrl.c
View file @
8b8d9224
...
...
@@ -135,12 +135,12 @@ INCLUDES
#include "co_math.h"
#include
<pb_type.h>
#include
<pb_if.h>
#include
<pb_fmb.h>
#include
<pb_fm7.h>
#include
<pb_err.h>
#include
<pb_tools.h>
#include
"pb_type.h"
#include
"pb_if.h"
#include
"pb_fmb.h"
#include
"pb_fm7.h"
#include
"pb_err.h"
#include
"pb_tools.h"
LOCAL_DEFINES
...
...
remote/exe/rs_remote_mq/src/rs_remote_mq.c
View file @
8b8d9224
...
...
@@ -80,12 +80,12 @@
// Message Q include files
#include
<p_entry.h>
/* PAMS function declarations */
#include
<p_proces.h>
/* Known Queue number definitions */
#include
<p_group.h>
/* Known Group ID definitions */
#include
<p_typecl.h>
/* Generic Type/Class definitions */
#include
<p_return.h>
/* PAMS return status definitions */
#include
<p_symbol.h>
/* Generic PSEL/PSYM definitions */
#include
"p_entry.h"
/* PAMS function declarations */
#include
"p_proces.h"
/* Known Queue number definitions */
#include
"p_group.h"
/* Known Group ID definitions */
#include
"p_typecl.h"
/* Generic Type/Class definitions */
#include
"p_return.h"
/* PAMS return status definitions */
#include
"p_symbol.h"
/* Generic PSEL/PSYM definitions */
#define TIME_INCR 0.02
#define debug 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment