blk_box_tc/main/steps/step2.hpp
2024-08-02 17:18:06 -05:00

10 lines
130 B
C++

#ifndef STEP_2_HPP
#define STEP_2_HPP
static const char *STEP2_TAG = "step2";
void step2(void) {
}
#endif /* STEP_2_HPP */