Skip to content

Commit

Permalink
Merge pull request #369 from nasa/ic-20200304
Browse files Browse the repository at this point in the history
Integration Candidate 20200304
  • Loading branch information
astrogeco authored Mar 12, 2020
2 parents a1e9dbf + f23a842 commit 65a10d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/rtems/osloader.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ int32 OS_ModuleUnload_Impl ( uint32 module_id )
* See prototype in os-impl.h for argument/return detail
*
*-----------------------------------------------------------------*/
int32 OS_ModuleLoad_Impl ( uint32 module_id, char *translated_path )
int32 OS_ModuleLoad_Impl ( uint32 module_id, const char *translated_path )
{
return OS_SUCCESS;
} /* end OS_ModuleLoad_Impl */
Expand Down

0 comments on commit 65a10d2

Please sign in to comment.