fixing stats

This commit is contained in:
stephb9959
2021-01-15 11:45:00 -08:00
parent 1d83411ce2
commit c54652f217

View File

@@ -28,5 +28,6 @@
-define(ERROR_SIM_MUST_BE_PAUSED_OR_STOPPED,{error,must_be_paused_or_stopped}).
-define(ERROR_SIM_ACTION_UNKNOWN,{error,sim_action_unknown}).
-define(ERROR_CA_CANNOT_IMPORT_KEY,{error,key_not_imported}).
-define(ERROR_CA_UNKNOWN,{error,ca_unknown}).
-endif.