generated from Template/H563ZI-HAL-CMake-Template
BLE transmit and receive success
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "app_azure_rtos.h"
|
||||
/* Private includes ----------------------------------------------------------*/
|
||||
/* USER CODE BEGIN Includes */
|
||||
|
||||
#include "headfile.h"
|
||||
/* USER CODE END Includes */
|
||||
|
||||
/* Private typedef -----------------------------------------------------------*/
|
||||
@@ -32,12 +32,13 @@
|
||||
|
||||
/* Private define ------------------------------------------------------------*/
|
||||
/* USER CODE BEGIN PD */
|
||||
|
||||
#define BLE_TX_THREAD_STACK_SIZE 2048
|
||||
/* USER CODE END PD */
|
||||
|
||||
/* Private macro -------------------------------------------------------------*/
|
||||
/* USER CODE BEGIN PM */
|
||||
|
||||
TX_THREAD ble_tx_thread;
|
||||
UCHAR ble_tx_stack[BLE_TX_THREAD_STACK_SIZE];
|
||||
/* USER CODE END PM */
|
||||
|
||||
/* Private variables ---------------------------------------------------------*/
|
||||
@@ -95,6 +96,7 @@ VOID tx_application_define(VOID *first_unused_memory)
|
||||
/* USER CODE BEGIN App_ThreadX_Init_Error */
|
||||
while(1)
|
||||
{
|
||||
|
||||
}
|
||||
/* USER CODE END App_ThreadX_Init_Error */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user