Skip to content

Commit

Permalink
fixed two typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierbrgt committed Oct 14, 2024
1 parent 615cae1 commit 4e93edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ARM.CMSIS-CV.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<file category="source" name="Source/LinearFilters/arm_linear_common.c"/>
<file category="source" name="Source/LinearFilters/arm_gaussian_5x5.c"/>
<file category="source" name="Source/LinearFilters/arm_gaussian_7x7_buffer_15.c"/>
<file category="source" name="Source/LinearFilters/arm_gaussian_7x7_buffer_32.c"/>
<file category="source" name="Source/LinearFilters/arm_gaussian_7x7_buffer_31.c"/>
<file category="source" name="Source/ColorTransforms/arm_yuv420_to_gray8.c"/>
<file category="source" name="Source/ColorTransforms/arm_bgr_8U3C_to_gray8.c"/>
<file category="source" name="Source/ColorTransforms/arm_gray8_to_rgb24.c"/>
Expand Down
2 changes: 1 addition & 1 deletion PrivateInclude/arm_linear_filter_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#ifndef ARM_CV_LINEAR_FILTER_COMMON_H
#define ARM_CV_LINEAR_FILTER_COMMON_H

#include "cv\linear_filters.h"
#include "cv/linear_filters.h"
#ifdef __cplusplus
extern "C"
{
Expand Down

0 comments on commit 4e93edd

Please sign in to comment.