Login
Preferences
Help/Guide
About Trac
Wiki
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 2
and
Version 3
of
IOC_T02
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Feb 11, 2022, 8:54:20 AM (
3 years
ago)
Author:
franck
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
IOC_T02
v2
v3
58
58
int fdled0 = open("/dev/led0_XY", O_WR);
59
59
int fdbp = open("/dev/bp_XY", O_RD);
60
if ((fdled0
!= 0)||(fdbp !=
0)) {
60
if ((fdled0
< 0)||(fdbp <
0)) {
61
61
fprintf(stderr, "Erreur d'ouverture des pilotes LED ou Boutons\n");
62
62
exit(1);