mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-15 23:42:52 +00:00
use 'config.h' instead of '../config.h' to make standalone builds easier
This commit is contained in:
parent
c8901d41d6
commit
75f69bfa41
@ -18,7 +18,7 @@
|
||||
#include "btstack_memory.h"
|
||||
|
||||
#include <btstack/run_loop.h>
|
||||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
#define HEARTBEAT_PERIOD_MS 1000
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "remote_device_db.h"
|
||||
#include "rfcomm.h"
|
||||
#include "sdp.h"
|
||||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
#define HEARTBEAT_PERIOD_MS 1000
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "remote_device_db.h"
|
||||
#include "rfcomm.h"
|
||||
#include "sdp.h"
|
||||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
#define HEARTBEAT_PERIOD_MS 1000
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "remote_device_db.h"
|
||||
#include "rfcomm.h"
|
||||
#include "sdp.h"
|
||||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
#define HEARTBEAT_PERIOD_MS 500
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user