mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 02:02:23 +00:00
Move printBytes to meshUtils (#4424)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#include "DebugConfiguration.h"
|
||||
#include <stdint.h>
|
||||
|
||||
/// C++ v17+ clamp function, limits a given value to a range defined by lo and hi
|
||||
template <class T> constexpr const T &clamp(const T &v, const T &lo, const T &hi)
|
||||
|
||||
Reference in New Issue
Block a user