mirror of
https://github.com/espressif/openthread.git
synced 2026-08-15 23:27:47 +00:00
[types] move types into specific headers (#2946)
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void otTestHexToVector(std::string &aHex, std::vector<uint8_t> &aOutBytes)
|
||||
{
|
||||
std::istringstream ss(aHex);
|
||||
|
||||
Reference in New Issue
Block a user