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