#ifndef __CONFIG_H__ #define __CONFIG_H__ #include #include #include #include #include #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