initial import from picomap firmware
This commit is contained in:
7
include/test_handlers.h
Normal file
7
include/test_handlers.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <optional>
|
||||
#include "dispatch.h"
|
||||
#include "wire.h"
|
||||
|
||||
std::optional<ResponseListTests> handle_list_tests(const responder& resp, const RequestListTests&);
|
||||
std::optional<ResponseTest> handle_test(const responder& resp, const RequestTest&);
|
||||
Reference in New Issue
Block a user