Commit f2874039 authored by Henrique Silva's avatar Henrique Silva

Move the Macro stringification to the utils header

parent 02b8e82d
......@@ -24,6 +24,10 @@
@author Henrique Silva
*/
#define STR(x) _STR(x)
#define _STR(x) #x
#define STR_SIZE(x) (sizeof(x) -1)
TickType_t getTickDifference( TickType_t current_time, TickType_t start_time );
uint8_t calculate_chksum( uint8_t * buffer, uint8_t range );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment