Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PolyORB-HI-C
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
PolyORB-HI-C
Commits
6b452a28
Commit
6b452a28
authored
Aug 01, 2018
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Minor corrections
For openaadl/ocarina#170
parent
53870ca0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
src/drivers/po_hi_driver_stardundee.c
src/drivers/po_hi_driver_stardundee.c
+1
-13
No files found.
src/drivers/po_hi_driver_stardundee.c
View file @
6b452a28
...
...
@@ -22,10 +22,7 @@
#include <po_hi_messages.h>
#include <po_hi_returns.h>
#include <po_hi_driver_drvmgr_common.h>
/* Common drvmgr initialization */
#include <start_dundee_api.h>
#include <star_dundee_api.h>
__po_hi_request_t
__po_hi_c_driver_stardundee_request
;
__po_hi_msg_t
__po_hi_c_driver_stardundee_poller_msg
;
...
...
@@ -105,8 +102,6 @@ int __po_hi_c_driver_stardundee_sender
__po_hi_device_id
dev_id
;
struct
route_entry
route
;
/* Routing table */
dev_id
=
__po_hi_get_device_from_port
(
port
);
if
(
dev_id
==
invalid_device_id
)
{
...
...
@@ -143,9 +138,6 @@ int __po_hi_c_driver_stardundee_sender
len
=
-
1
;
memset
(
&
route
,
0
,
sizeof
(
route
));
route
.
dstadr
[
0
]
=
1
;
#if __PO_HI_DEBUG_LEVEL >= __PO_HI_DEBUG_LEVEL_DEBUG
__PO_HI_DEBUG_DEBUG
(
"Message content: |0x"
);
for
(
ts
=
0
;
ts
<
__PO_HI_MESSAGES_MAX_SIZE
;
ts
++
)
{
...
...
@@ -182,10 +174,6 @@ void __po_hi_c_driver_stardundee_init (__po_hi_device_id id)
unsigned
int
node_addr
;
__po_hi_c_spacewire_conf_t
*
drv_conf
;
/* Initializes drvmgr subsystem */
__po_hi_c_driver_drvmgr_init
();
/* Set sending callback function */
__po_hi_transport_set_sending_func
...
...
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