mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 15:32:41 +00:00
Avoid __ prefix in defines
This commit is contained in:
parent
7b2a466a2f
commit
bc6a318f21
@ -39,7 +39,7 @@
|
||||
* Basic Mesh Node demo
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "mesh_node_demo.c"
|
||||
#define BTSTACK_FILE__ "mesh_node_demo.c"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "pan_lwip_http_server.c"
|
||||
#define BTSTACK_FILE__ "pan_lwip_http_server.c"
|
||||
|
||||
// *****************************************************************************
|
||||
/* EXAMPLE_START(pan_lwip_http_server): PAN - lwIP HTTP and DHCP Server
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "hal_compat.c"
|
||||
#define BTSTACK_FILE__ "hal_compat.c"
|
||||
|
||||
/**
|
||||
* various functions to deal with flaws and portability issues
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "main.c"
|
||||
#define BTSTACK_FILE__ "main.c"
|
||||
|
||||
// *****************************************************************************
|
||||
//
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "main.c"
|
||||
#define BTSTACK_FILE__ "main.c"
|
||||
|
||||
#ifndef WICED_HAVE_MBEDTLS
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "main.c"
|
||||
#define BTSTACK_FILE__ "main.c"
|
||||
|
||||
#include "btstack.h"
|
||||
#include "btstack_chipset_bcm.h"
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "main.c"
|
||||
#define BTSTACK_FILE__ "main.c"
|
||||
|
||||
// *****************************************************************************
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
#define __BTSTACK_FILE__ "main.c"
|
||||
#define BTSTACK_FILE__ "main.c"
|
||||
|
||||
#include "asf.h"
|
||||
#include "stdio_serial.h"
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "hal_audio_f4_discovery.c"
|
||||
#define BTSTACK_FILE__ "hal_audio_f4_discovery.c"
|
||||
|
||||
#include "hal_audio.h"
|
||||
#include "btstack_debug.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#define __BTSTACK_FILE__ "port.c"
|
||||
#define BTSTACK_FILE__ "port.c"
|
||||
|
||||
// include STM32 first to avoid warning about redefinition of UNUSED
|
||||
#include "stm32f4xx_hal.h"
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "hal_audio_f4_discovery.c"
|
||||
#define BTSTACK_FILE__ "hal_audio_f4_discovery.c"
|
||||
|
||||
#include "hal_audio.h"
|
||||
#include "btstack_debug.h"
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "port.c"
|
||||
#define BTSTACK_FILE__ "port.c"
|
||||
|
||||
// include STM32 first to avoid warning about redefinition of UNUSED
|
||||
#include "stm32f4xx_hal.h"
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "hci_transport_h4.c"
|
||||
#define BTSTACK_FILE__ "hci_transport_h4.c"
|
||||
|
||||
/*
|
||||
* port.c
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "main.c"
|
||||
#define BTSTACK_FILE__ "main.c"
|
||||
|
||||
#include "btstack.h"
|
||||
#include "btstack_chipset_bcm.h"
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "hci_transport_h5.c"
|
||||
#define BTSTACK_FILE__ "hci_transport_h5.c"
|
||||
|
||||
/*
|
||||
* hci_transport_h5.c
|
||||
|
@ -36,8 +36,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef __ADV_BEARER_H
|
||||
#define __ADV_BEARER_H
|
||||
#ifndef ADV_BEARER_H
|
||||
#define ADV_BEARER_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
@ -35,8 +35,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __MESH_KEYS_H
|
||||
#define __MESH_KEYS_H
|
||||
#ifndef MESH_KEYS_H
|
||||
#define MESH_KEYS_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "main.c"
|
||||
#define BTSTACK_FILE__ "main.c"
|
||||
|
||||
// *****************************************************************************
|
||||
//
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "btstack_uart_posix.c"
|
||||
#define BTSTACK_FILE__ "btstack_uart_posix.c"
|
||||
|
||||
/*
|
||||
* btstack_uart_block_posix.c
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "main.c"
|
||||
#define BTSTACK_FILE__ "main.c"
|
||||
|
||||
// *****************************************************************************
|
||||
//
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "mesh_pts.c"
|
||||
#define BTSTACK_FILE__ "mesh_pts.c"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "provisioner.c"
|
||||
#define BTSTACK_FILE__ "provisioner.c"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "gap_le_advertisements.c"
|
||||
#define BTSTACK_FILE__ "gap_le_advertisements.c"
|
||||
|
||||
|
||||
// *****************************************************************************
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "main.c"
|
||||
#define BTSTACK_FILE__ "main.c"
|
||||
|
||||
// *****************************************************************************
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user