ARM-software / CMSIS_5

CMSIS Version 5 Development Repository
http://arm-software.github.io/CMSIS_5/index.html
Apache License 2.0
1.33k stars 1.08k forks source link

Incorrect title in some CMSIS-DSP file headers #890

Closed stephanosio closed 4 years ago

stephanosio commented 4 years ago

Nits: Found some incorrect "titles" in the source file headers

https://github.com/ARM-software/CMSIS_5/blob/a65b7c9a3e6502127fdb80eb288d8cbdf251a6f4/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_f32.c#L3

https://github.com/ARM-software/CMSIS_5/blob/a65b7c9a3e6502127fdb80eb288d8cbdf251a6f4/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_f64.c#L3

https://github.com/ARM-software/CMSIS_5/blob/a65b7c9a3e6502127fdb80eb288d8cbdf251a6f4/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_init_f32.c#L3

https://github.com/ARM-software/CMSIS_5/blob/a65b7c9a3e6502127fdb80eb288d8cbdf251a6f4/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_init_f64.c#L3

christophe0606 commented 4 years ago

Thank you. I'll correct this.

christophe0606 commented 4 years ago

Corrected in latest commits.