From 2b11025981841bcbadae0ac41745bbee47c589ea Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Thu, 20 Jul 2023 14:35:13 +0800 Subject: [PATCH] fix(bt): Removed unnecessary define --- components/bt/common/osi/include/osi/thread.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/bt/common/osi/include/osi/thread.h b/components/bt/common/osi/include/osi/thread.h index 5476e375c6..85ba611f3a 100644 --- a/components/bt/common/osi/include/osi/thread.h +++ b/components/bt/common/osi/include/osi/thread.h @@ -15,8 +15,6 @@ #include "esp_task.h" #include "bt_common.h" -#define portBASE_TYPE int - #define OSI_THREAD_MAX_TIMEOUT OSI_SEM_MAX_TIMEOUT struct osi_thread;