1
0
mirror of https://codeberg.org/mclemens/ubitxv6.git synced 2025-01-17 20:56:26 -05:00

Include new point location

This commit is contained in:
Reed Nightingale 2020-02-09 18:41:26 -08:00
parent 947624518d
commit 26c670ce14

2
menu.h
View File

@ -1,7 +1,7 @@
#pragma once
#include <stdint.h>
#include "nano_gui.h"//Point
#include "point.h"
enum MenuReturn_e : uint8_t {
StillActive,