mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-05 21:59:45 +00:00
add missing c++ protection
This commit is contained in:
parent
f51189dbdd
commit
20e1c31c98
@ -114,4 +114,8 @@ void central_device_db_counter_set(int index, uint32_t counter);
|
||||
*/
|
||||
void central_device_db_remove(int index);
|
||||
|
||||
#if defined __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // __CENTRAL_DEVICE_DB_H
|
||||
|
Loading…
Reference in New Issue
Block a user