Skip to content

Commit

Permalink
Fix nasa#726, Resolve user's guide generation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Jan 4, 2021
1 parent d698a4d commit 900f97d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 2 additions & 0 deletions src/os/inc/osapi-bsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,6 @@ char *const *OS_BSP_GetArgV(void);
------------------------------------------------------------------*/
void OS_BSP_SetExitCode(int32 code);

/**@}*/

#endif
9 changes: 0 additions & 9 deletions src/os/inc/osapi-idmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@
#define OS_OBJECT_TYPE_USER 0x10 /**< @brief Object user type */
/**@}*/

/** @defgroup OSAPICore OSAL Core Operation APIs
*
* These are for OSAL core operations for startup/initialization, running, and shutdown.
* Typically only used in bsps, unit tests, psps, etc.
*
* Not intended for user application use
* @{
*/

/** @defgroup OSAPIObjUtil OSAL Object ID Utility APIs
* @{
*/
Expand Down

0 comments on commit 900f97d

Please sign in to comment.