Skip to content

Commit 20f675c

Browse files
committed
end file with a new line
1 parent 02b08c9 commit 20f675c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

arc_design_contest/2019/HUST_SoundSnake/src/appl_mem_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646
#define REGION_MLI_YDATA REGION_YCCM
4747
#endif
4848

49-
#endif /* _APPL_MEM_CONFIG_H_ */
49+
#endif /* _APPL_MEM_CONFIG_H_ */

arc_design_contest/2019/HUST_SoundSnake/src/codec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
#include "wm8978i2s.h"
77

88
void CODEC_init(void);
9-
#endif
9+
#endif

arc_design_contest/2019/HUST_SoundSnake/src/snake.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ void led_matrix_init(void);
2525
void snake_init(void);
2626
void snake_move(uint8_t seed);//input: seed of the position of the food.
2727

28-
#endif
28+
#endif

arc_design_contest/2019/HUST_SoundSnake/src/wm8978.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,4 +481,4 @@ uint8_t wm8978_init_func(void)
481481
init_str.len_i2s = WM8978_LEN_I2S_16;
482482

483483
return wm8978_init(&init_str);
484-
}
484+
}

arc_design_contest/2019/HUST_SoundSnake/src/wm8978i2s.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,4 @@ void cs4344_rx_isr_dsiable(void)
266266
{
267267
dev_i2s_rx_p->i2s_control(I2S_CMD_SET_RXINT,(void *)0);
268268
}
269-
/** @} end of group BOARD_PERIPHER_DRV_CS4344 */
269+
/** @} end of group BOARD_PERIPHER_DRV_CS4344 */

arc_design_contest/2019/HUST_SoundSnake/src/wm8978i2s.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ extern int16_t cs4344_rx_init(uint32_t freq,uint32_t dfmt,uint32_t mode_sel,DEV_
109109

110110
#endif /* _CS4344_H_ */
111111

112-
/** @} end of group BOARD_PERIPHER_DRV_CS4344 */
112+
/** @} end of group BOARD_PERIPHER_DRV_CS4344 */

0 commit comments

Comments
 (0)