This website requires JavaScript.
Explore
Help
Sign In
dark0707
/
px4-firmware
forked from
Archive/PX4-Autopilot
Watch
1
Star
0
Fork
You've already forked px4-firmware
0
Code
Pull Requests
Activity
a4c33f5173
px4-firmware
/
src
/
platforms
/
qurt
/
include
/
poll.h
4 lines
43 B
C
Raw
Normal View
History
Unescape
Escape
QuRT: Added nfds_t type DSPAL does not yet provide poll.h and all we need is the defintion of nfds_t. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
2015-04-17 22:20:33 -03:00
#
pragma once
typedef
unsigned
int
nfds_t
;