Skip to content

Commit fd3047f

Browse files
Remove debug printf
1 parent f84da14 commit fd3047f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Ne10/CMSIS_NE10_fft_generic_int32.neonintrinsic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ static void ne10_mixed_radix_generic_butterfly_int32_neon_impl_##ISINVERSE##_##I
559559
while (stage_count > 0) \
560560
{ \
561561
/* radix of first stage, should be one of {2,3,5,4} */ \
562-
printf("Radix %d, index %d\n",radix,stage_count << 1); \
562+
//printf("Radix %d, index %d\n",radix,stage_count << 1); \
563563
assert ((radix > 1) && (radix < 6)); \
564564
\
565565
arm_ne10_swap_ptr (buffer, Fout); \

0 commit comments

Comments
 (0)