AC_Fence: specify storage type for AC_PolyFenceType

we allocate RAM based on the size of this structure
This commit is contained in:
Peter Barker 2024-11-21 09:37:42 +11:00 committed by Peter Barker
parent f2ed243037
commit 86fef47dc2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
// radius looks like an integer as a backwards-compatibility measure.
// For 4.2 we might consider only loading _INT and always saving as
// float, and in 4.3 considering _INT invalid
enum class AC_PolyFenceType {
enum class AC_PolyFenceType : uint8_t {
END_OF_STORAGE = 99,
POLYGON_INCLUSION = 98,
POLYGON_EXCLUSION = 97,