diff --git a/Helper/Include/arm_2d_helper_pfb.h b/Helper/Include/arm_2d_helper_pfb.h index b0646da6..510b503b 100644 --- a/Helper/Include/arm_2d_helper_pfb.h +++ b/Helper/Include/arm_2d_helper_pfb.h @@ -21,8 +21,8 @@ * Title: #include "arm_2d_helper_pfb.h" * Description: Public header file for the PFB helper service * - * $Date: 19. July 2024 - * $Revision: V.1.11.3 + * $Date: 9. Sept 2024 + * $Revision: V.1.11.4 * * Target Processor: Cortex-M cores * -------------------------------------------------------------------- */ @@ -121,7 +121,7 @@ extern "C" { ) \ ({ \ ARM_SECTION(".bss.noinit.arm_2d_pfb_pool") \ - static struct { \ + static struct { \ arm_2d_pfb_t tFPB; \ __ALIGNED(4) \ __PIXEL_TYPE tBuffer[(__PFB_WIDTH) * (__PFB_HEIGHT)]; \ diff --git a/Helper/Source/arm_2d_helper_pfb.c b/Helper/Source/arm_2d_helper_pfb.c index b8715e9f..8a2c06cb 100644 --- a/Helper/Source/arm_2d_helper_pfb.c +++ b/Helper/Source/arm_2d_helper_pfb.c @@ -21,7 +21,7 @@ * Title: #include "arm_2d_helper_pfb.c" * Description: the pfb helper service source code * - * $Date: 6. Sept 2024 + * $Date: 9. Sept 2024 * $Revision: V.1.11.4 * * Target Processor: Cortex-M cores