update bindings again
This commit is contained in:
3766
clib/bindings.rs
3766
clib/bindings.rs
File diff suppressed because it is too large
Load Diff
@ -1,2 +1,4 @@
|
||||
#!/bin/bash
|
||||
bindgen --use-core wrapper.h -- "-I./libcsp/include" "-I./cfg" "-I./libcsp/src" > bindings.rs
|
||||
bindgen_cmd="bindgen --use-core wrapper.h -- '-I./libcsp/include' '-I./cfg' '-I./libcsp/src' > bindings.rs"
|
||||
echo "Running: $bindgen_cmd"
|
||||
eval $bindgen_cmd
|
||||
|
@ -1,2 +1,4 @@
|
||||
#include "csp/csp.h"
|
||||
#include "csp/interfaces/csp_if_lo.h"
|
||||
#include "csp/interfaces/csp_if_udp.h"
|
||||
#include "csp_conn.h"
|
||||
|
Reference in New Issue
Block a user