Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Sep 9, 2024
1 parent 6fce7b2 commit 5be226e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Helper/Include/arm_2d_helper_pfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
* -------------------------------------------------------------------- */
Expand Down Expand Up @@ -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)]; \
Expand Down
2 changes: 1 addition & 1 deletion Helper/Source/arm_2d_helper_pfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5be226e

Please sign in to comment.