Skip to content

Commit

Permalink
Merge pull request #728 from skliper/fix#726-users_guide_warnings
Browse files Browse the repository at this point in the history
Fix #726, Resolve user's guide generation warnings
  • Loading branch information
astrogeco authored Jan 5, 2021
2 parents d698a4d + 900f97d commit 8467ac7
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 8467ac7

Please sign in to comment.