Add copyright
This commit is contained in:
parent
7b8b122341
commit
f7261f1a94
@ -34,6 +34,7 @@ static void handle_serial_port_gui(ImuSerial &imu_comm)
|
|||||||
ImGui::InputText("Serial Device", foo, sizeof(foo));
|
ImGui::InputText("Serial Device", foo, sizeof(foo));
|
||||||
ImGui::InputInt("Baudrate", &baud_rate);
|
ImGui::InputInt("Baudrate", &baud_rate);
|
||||||
bool button = ImGui::Button((runs ? "Stop" : "Start"));
|
bool button = ImGui::Button((runs ? "Stop" : "Start"));
|
||||||
|
ImGui::Text("(c) Mario Huettel, GPLv2");
|
||||||
ImGui::End();
|
ImGui::End();
|
||||||
|
|
||||||
if (button) {
|
if (button) {
|
||||||
|
Loading…
Reference in New Issue
Block a user