Skip to content

Commit

Permalink
Add missing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude committed Dec 4, 2020
1 parent 1c3b88e commit 3ebd90f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions DSP_parameter_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,11 @@ BEGIN {

END {
printf("\n")
printf("/**")
printf("* @brief Function to load DSP firmware from the microcontroller flash memory")
printf("*")
printf("* @param myDSP SigmaDSP object")
printf("*/")
printf("/**\n")
printf("* @brief Function to load DSP firmware from the microcontroller flash memory\n")
printf("*\n")
printf("* @param myDSP SigmaDSP object\n")
printf("*/\n")
printf("inline void loadProgram(SigmaDSP &myDSP)\n")
printf("{\n")
printf(" myDSP.writeRegister(CORE_REGISTER_R0_ADDR, CORE_REGISTER_R0_SIZE, DSP_core_register_R0_data);\n")
Expand Down
10 changes: 5 additions & 5 deletions examples/0_Template/DSP_parameter_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,11 @@ BEGIN {

END {
printf("\n")
printf("/**")
printf("* @brief Function to load DSP firmware from the microcontroller flash memory")
printf("*")
printf("* @param myDSP SigmaDSP object")
printf("*/")
printf("/**\n")
printf("* @brief Function to load DSP firmware from the microcontroller flash memory\n")
printf("*\n")
printf("* @param myDSP SigmaDSP object\n")
printf("*/\n")
printf("inline void loadProgram(SigmaDSP &myDSP)\n")
printf("{\n")
printf(" myDSP.writeRegister(CORE_REGISTER_R0_ADDR, CORE_REGISTER_R0_SIZE, DSP_core_register_R0_data);\n")
Expand Down

0 comments on commit 3ebd90f

Please sign in to comment.