mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 13:17:35 +08:00
dsm: fix definition
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ __BEGIN_DECLS
|
||||
#define DSM_BUFFER_SIZE (DSM_FRAME_SIZE + DSM_FRAME_SIZE / 2)
|
||||
|
||||
__EXPORT int dsm_init(const char *device);
|
||||
__EXPORT void dsm_deinit();
|
||||
__EXPORT void dsm_deinit(void);
|
||||
__EXPORT void dsm_proto_init(void);
|
||||
__EXPORT int dsm_config(int dsm_fd);
|
||||
__EXPORT bool dsm_input(int dsm_fd, uint16_t *values, uint16_t *num_values, bool *dsm_11_bit, uint8_t *n_bytes,
|
||||
|
||||
Reference in New Issue
Block a user