fix(esp-modem): Add missing set_pdp_context() to C-API

This commit is contained in:
David Cermak
2022-07-05 21:36:49 +02:00
parent 82b1aa9280
commit 4980ac85b7
3 changed files with 18 additions and 2 deletions

View File

@ -38,7 +38,7 @@
#define BOOL_OUT(param, name) bool* _ARG(param, name)
#define INT_OUT(param, name) int* _ARG(param, name)
#define INTEGER_LIST_IN(param, name) const int* _ARG(param, name)
#define STRUCT_OUT(struct_name, p1) struct struct_name* p1
#define STRUCT_OUT(struct_name, p1) esp_modem_ ## struct_name ## _t* p1
#endif
#define DECLARE_ALL_COMMAND_APIS(...) \