Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
2ad68013
Commit
2ad68013
authored
Aug 13, 2016
by
yoogx
Browse files
* Adjust API
parent
fbbdcf2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/drivers/po_hi_driver_leon_eth.c
View file @
2ad68013
...
...
@@ -5,7 +5,7 @@
*
* For more informations, please visit http://taste.tuxfamily.org/wiki
*
* Copyright (C) 2011-201
5
ESA & ISAE.
* Copyright (C) 2011-201
6
ESA & ISAE.
*/
#include
<deployment.h>
...
...
@@ -418,7 +418,7 @@ void __po_hi_c_driver_eth_leon_init (__po_hi_device_id id)
__po_hi_initialize_add_task
();
__po_hi_create_generic_task
(
-
1
,
0
,
__PO_HI_MAX_PRIORITY
,
0
,
(
void
*
(
*
)(
void
))
__po_hi_c_driver_eth_leon_poller
,
NULL
);
(
-
1
,
0
,
__PO_HI_MAX_PRIORITY
,
0
,
0
,
(
void
*
(
*
)(
void
))
__po_hi_c_driver_eth_leon_poller
,
NULL
);
}
/*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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