Update README.md

This commit is contained in:
jmpenn 2022-02-28 15:41:28 -06:00 committed by GitHub
parent 273ffcfd87
commit 2d32abf047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ To get the current simulation time in time-tics we use:
long long exec_get_time_tics( void ); long long exec_get_time_tics( void );
``` ```
And, to get the number of time tics per second, so we can convert between simulation time in seconds and time-tics, we use the following awkwardly name function: And, to get the number of time tics per second, so we can convert between simulation time in seconds and time-tics, we use the following awkwardly named function:
``` ```
int exec_get_time_tic_value( void ); int exec_get_time_tic_value( void );