kinetis enum

This commit is contained in:
Matthew Kennedy 2020-07-28 14:56:04 -07:00
parent 2253fe6eef
commit 610bcce870
1 changed files with 2 additions and 0 deletions

View File

@ -597,6 +597,8 @@ case LM_SPEED_DENSITY:
return "LM_SPEED_DENSITY";
case LM_ALPHA_N_2:
return "LM_ALPHA_N_2";
case LM_MOCK:
return "LM_MOCK";
}
return NULL;
}