include after extern C

This commit is contained in:
matthias.ringwald 2011-06-05 11:23:15 +00:00
parent 5a59c75621
commit 857f3e207e

View File

@ -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
*/