Skip to content

Commit

Permalink
Update common_ring_buffer.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Chong Liu committed Jan 27, 2024
1 parent a40a554 commit 57e39c4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions F01_Common_Functions/src/common_ring_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @Author : Chong Liu | truegrit [email protected]
* @CreateDate : 2023-09-18 22:40:08
* @LastEditors : Chong Liu
* @LastEditTime : 2024-01-27 14:19:19
* @LastEditTime : 2024-01-27 14:21:18
* =================================================================================
* Copyright (c) 2023 by Chong Liu, All Rights Reserved.
* =================================================================================
Expand Down Expand Up @@ -113,12 +113,6 @@ void RingBuffer_Print(RingBuffer *p_ring) {
printf("%d -> ", p_ring->p_buff[idx]);
}
printf("NULL\n");

// printf("环形Buffer: ");
// for (int16_t i = 0; i < p_ring->buff_len; ++i) {
// printf("%d -> ", p_ring->p_buff[i]);
// }
// printf("NULL\n");
}

/**
Expand Down

0 comments on commit 57e39c4

Please sign in to comment.