Avoid __ prefix in defines

This commit is contained in:
Matthias Ringwald 2023-12-04 17:48:14 +01:00
parent 7b2a466a2f
commit bc6a318f21
24 changed files with 26 additions and 26 deletions

View File

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

View File

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

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "main.c"
#define BTSTACK_FILE__ "main.c"
// *****************************************************************************
//

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "main.c"
#define BTSTACK_FILE__ "main.c"
#ifndef WICED_HAVE_MBEDTLS

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "main.c"
#define BTSTACK_FILE__ "main.c"
#include "btstack.h"
#include "btstack_chipset_bcm.h"

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "main.c"
#define BTSTACK_FILE__ "main.c"
// *****************************************************************************
//

View File

@ -1,4 +1,4 @@
#define __BTSTACK_FILE__ "main.c"
#define BTSTACK_FILE__ "main.c"
#include "asf.h"
#include "stdio_serial.h"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "hci_transport_h4.c"
#define BTSTACK_FILE__ "hci_transport_h4.c"
/*
* port.c

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "main.c"
#define BTSTACK_FILE__ "main.c"
#include "btstack.h"
#include "btstack_chipset_bcm.h"

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "hci_transport_h5.c"
#define BTSTACK_FILE__ "hci_transport_h5.c"
/*
* hci_transport_h5.c

View File

@ -36,8 +36,8 @@
*/
#ifndef __ADV_BEARER_H
#define __ADV_BEARER_H
#ifndef ADV_BEARER_H
#define ADV_BEARER_H
#include <stdint.h>

View File

@ -35,8 +35,8 @@
*
*/
#ifndef __MESH_KEYS_H
#define __MESH_KEYS_H
#ifndef MESH_KEYS_H
#define MESH_KEYS_H
#include <stdint.h>

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "main.c"
#define BTSTACK_FILE__ "main.c"
// *****************************************************************************
//

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "btstack_uart_posix.c"
#define BTSTACK_FILE__ "btstack_uart_posix.c"
/*
* btstack_uart_block_posix.c

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "main.c"
#define BTSTACK_FILE__ "main.c"
// *****************************************************************************
//

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_pts.c"
#define BTSTACK_FILE__ "mesh_pts.c"
#include <stdint.h>
#include <stdio.h>

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "provisioner.c"
#define BTSTACK_FILE__ "provisioner.c"
#include <stdint.h>
#include <stdio.h>

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "gap_le_advertisements.c"
#define BTSTACK_FILE__ "gap_le_advertisements.c"
// *****************************************************************************

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "main.c"
#define BTSTACK_FILE__ "main.c"
// *****************************************************************************
//