/// © MiroZ 2024 #ifndef __UTILITIES_H__ #define __UTILITIES_H__ #include void dump_bytes(const void *data, uint32_t len); #endif