Skip to content
Snippets Groups Projects
Commit b50b2a67 authored by Dustin Green's avatar Dustin Green
Browse files

Added entrypoints

parent 638aeb4e
Branches
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ int ros_th1_return( void )
Main functions
*/
void ros_th1_main( void )
void _Pragma( "entrypoint" ) ros_th1_main( void )
{
uint64_t tsimu = 300*200;
ros_th1_check = ros_th1_run_rosace( tsimu );
......
......@@ -88,7 +88,7 @@ int ros_th2_return( void )
Main functions
*/
void ros_th2_main( void )
void _Pragma( "entrypoint" ) ros_th2_main( void )
{
uint64_t tsimu = 300*200;
ros_th2_check = ros_th2_run_rosace( tsimu );
......
......@@ -88,7 +88,7 @@ int ros_th3_return( void )
Main functions
*/
void ros_th3_main( void )
void _Pragma( "entrypoint" ) ros_th3_main( void )
{
uint64_t tsimu = 300*200;
ros_th3_check = ros_th3_run_rosace( tsimu );
......
......@@ -88,7 +88,7 @@ int ros_th4_return( void )
Main functions
*/
void ros_th4_main( void )
void _Pragma( "entrypoint" ) ros_th4_main( void )
{
uint64_t tsimu = 300*200;
ros_th4_check = ros_th4_run_rosace( tsimu );
......
......@@ -88,7 +88,7 @@ int ros_th5_return( void )
Main functions
*/
void ros_th5_main( void )
void _Pragma( "entrypoint" ) ros_th5_main( void )
{
uint64_t tsimu = 300*200;
ros_th5_check = ros_th5_run_rosace( tsimu );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment