VVT target to allow negative values fix #4424

This commit is contained in:
rusefillc 2022-08-08 22:51:51 -04:00
parent 5d0aac56e9
commit 97601f9292
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#error "Unexpected OS ACCESS HERE" #error "Unexpected OS ACCESS HERE"
#endif /* HAS_OS_ACCESS */ #endif /* HAS_OS_ACCESS */
using vvt_map_t = Map3D<SCRIPT_TABLE_8, SCRIPT_TABLE_8, uint8_t, uint16_t, uint16_t>; using vvt_map_t = Map3D<SCRIPT_TABLE_8, SCRIPT_TABLE_8, int8_t, uint16_t, uint16_t>;
static vvt_map_t vvtTable1; static vvt_map_t vvtTable1;
static vvt_map_t vvtTable2; static vvt_map_t vvtTable2;