Fix typo for C++ declaration
parent
6b9c442bbf
commit
657a441945
|
|
@ -64,7 +64,7 @@ void ns_process(ns_handle_t inst, int16_t *indata, int16_t *outdata);
|
||||||
void ns_destroy(ns_handle_t inst);
|
void ns_destroy(ns_handle_t inst);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif //_ESP_NS_H_
|
#endif //_ESP_NS_H_
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue