mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-13 15:41:17 +00:00
include after extern C
This commit is contained in:
parent
5a59c75621
commit
857f3e207e
@ -39,14 +39,15 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "../config.h"
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "../config.h"
|
||||
|
||||
/**
|
||||
* @brief hci connection handle type
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user