Fix typo for C++ declaration

pull/144/head
Thibaut 2020-05-29 00:59:06 +02:00 committed by GitHub
parent 6b9c442bbf
commit 657a441945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ void ns_process(ns_handle_t inst, int16_t *indata, int16_t *outdata);
void ns_destroy(ns_handle_t inst);
#ifdef __cplusplus
extern "C" {
}
#endif
#endif //_ESP_NS_H_