ESP32-CAN/components/clib/include/CApi.h

7 lines
117 B
C
Raw Normal View History

2021-06-09 07:25:56 +01:00
/*
* C functions exposed to Rust.
*/
#include <stdbool.h>
extern bool validate_param_in_c(int param, int value);