CARPLAY版本整理
This commit is contained in:
22
MXC_A27-PCB4.5-270S/lib/bt/fsc_bt/config.h
Normal file
22
MXC_A27-PCB4.5-270S/lib/bt/fsc_bt/config.h
Normal file
@ -0,0 +1,22 @@
|
||||
|
||||
#ifndef __CONFIG_H__
|
||||
#define __CONFIG_H__
|
||||
|
||||
#include <pthread.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include "FreeRTOS.h"
|
||||
#include "queue.h"
|
||||
#include "task.h"
|
||||
#include "fscbt_interface.h"
|
||||
|
||||
#define TEST_STACK_SIZE 500000
|
||||
|
||||
extern QueueHandle_t tx_queue;
|
||||
extern QueueHandle_t rx_queue;
|
||||
extern int initialize_timeout;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user