From 138e3260da9b21ba7bab4aa0cca0b569fc292f6a Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Mon, 25 Jul 2022 16:41:57 +1000 Subject: [PATCH] Update portmacro.h --- .../Vendor/OS/FreeRTOS/Source/portable/GCC/portmacro.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/Core/BSP/Pine64/Vendor/OS/FreeRTOS/Source/portable/GCC/portmacro.h b/source/Core/BSP/Pine64/Vendor/OS/FreeRTOS/Source/portable/GCC/portmacro.h index b2911fcd..f73dacf6 100644 --- a/source/Core/BSP/Pine64/Vendor/OS/FreeRTOS/Source/portable/GCC/portmacro.h +++ b/source/Core/BSP/Pine64/Vendor/OS/FreeRTOS/Source/portable/GCC/portmacro.h @@ -58,14 +58,9 @@ typedef portSTACK_TYPE StackType_t; typedef long BaseType_t; typedef unsigned long UBaseType_t; -#if (configUSE_16_BIT_TICKS == 1) -typedef uint16_t TickType_t; -#define portMAX_DELAY (TickType_t)0xffff -#else /* RISC-V TIMER is 64-bit long */ typedef uint64_t TickType_t; #define portMAX_DELAY (TickType_t)0xFFFFFFFFFFFFFFFFULL -#endif /*-----------------------------------------------------------*/ /* Architecture specifics. */