forked from libcsp/libcsp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
csp_buffer: Remove csp_buffer_data_size
This commit removes the mis-introduced function csp_buffer_data_size() added by commit 4748f8e. The buffer size is a compile-time constant, and we can use sizeof() or `CSP_BUFFER_SIZE` to determine the size. Therefore, we don't need to query it dynamically via csp_buffer_data_size(). Signed-off-by: Gaetan Perrot <[email protected]>
- Loading branch information
1 parent
48f5b42
commit 6e7f046
Showing
2 changed files
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters