mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-23 21:03:23 +00:00
4 lines
45 B
C
4 lines
45 B
C
![]() |
struct PointStruct {
|
||
|
int x;
|
||
|
int y;
|
||
|
};
|