From 20e1c31c989337ace8ac8459eb692e25276070a8 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald@gmail.com" Date: Wed, 5 Feb 2014 20:49:22 +0000 Subject: [PATCH] add missing c++ protection --- ble/central_device_db.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ble/central_device_db.h b/ble/central_device_db.h index df0b1d442..cdff5ff6e 100644 --- a/ble/central_device_db.h +++ b/ble/central_device_db.h @@ -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