blk_box_tc/main/drivers/wires.hpp
2024-08-02 16:46:43 -05:00

12 lines
127 B
C++

#ifndef WIRES_HPP
#define WIRES_HPP
void init_wires(void) {
}
void strike(char* reason) {
}
#endif /* WIRES_HPP */