Skip to content

Commit

Permalink
#200 : pulled changes and fixed formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitryP6 committed Jan 9, 2025
1 parent 294e51e commit 4cb4aa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion middleware/include/c_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#define NER_SET_BIT(num, bit) \
bit < (sizeof(num) * 8) ? (num |= (1UL << bit)) : num


void endian_swap(void *ptr, int size);

/// @brief Reverses the bit order of a byte
Expand Down

0 comments on commit 4cb4aa1

Please sign in to comment.