engineSyncCam to be a drop-down not a number value #4611

This commit is contained in:
rusefillc 2022-09-26 05:34:05 -04:00
parent 9f1210229e
commit 700a656756
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ using efitimems_t = uint32_t;
using angle_t = float;
using engineSyncCam_e = uint8_t;
// mass in grams
using mass_t = float;