Skip to content

Commit

Permalink
bugfix:fix conflicting types
Browse files Browse the repository at this point in the history
Fix build error when work with latest commit of ESP_IDF
  • Loading branch information
leeebo committed Nov 3, 2020
1 parent 64cb098 commit 673175c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions components/platform/stm32_legacy.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@ typedef struct {

} GPIO_TypeDef;

//freertosconfig
typedef void DMA_Stream_TypeDef;
typedef int DMA_InitTypeDef;
typedef void *xSemaphoreHandle;
typedef void *SemaphoreHandle_t;
typedef void *xQueueHandle;
typedef void *QueueHandle_t;
typedef void *TaskHandle_t;
typedef void TIM_TypeDef;
typedef void TIM_OCInitTypeDef;
typedef uint32_t TickType_t;
typedef uint32_t portTickType;

#define TASK_LED_ID_NBR 1
#define TASK_RADIO_ID_NBR 2
Expand Down

0 comments on commit 673175c

Please sign in to comment.