Skip to content

Commit

Permalink
Bump rustlink
Browse files Browse the repository at this point in the history
  • Loading branch information
podhrmic committed Feb 9, 2018
1 parent a465cfd commit e8438a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sw/airborne/subsystems/datalink/datalink.h
Expand Up @@ -66,6 +66,7 @@ EXTERN bool datalink_enabled;
#endif

/** Convenience macro to fill dl_buffer */
// TODO: replace with a memcpy for efficiency
#define DatalinkFillDlBuffer(_buf, _len) { \
uint16_t _i = 0; \
for (_i = 0; _i < _len; _i++) { \
Expand Down
2 changes: 1 addition & 1 deletion sw/ext/rustlink
Submodule rustlink updated 5 files
+2 −1 Cargo.toml
+68 −0 rustfmt.toml
+9 −1 src/comms.rs
+160 −111 src/configs.rs
+281 −167 src/main.rs

0 comments on commit e8438a7

Please sign in to comment.