diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-09 10:55:32 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-09 10:55:32 +0000 |
commit | 9674afc283882e2618f139cab693154d095855b9 (patch) | |
tree | 412acfdd4a8632dc79498a86021736e2217443c8 /os/common | |
parent | 76ab0074044e01a8c283f06f7fe655099d8c579a (diff) | |
download | ChibiOS-9674afc283882e2618f139cab693154d095855b9.tar.gz ChibiOS-9674afc283882e2618f139cab693154d095855b9.tar.bz2 ChibiOS-9674afc283882e2618f139cab693154d095855b9.zip |
Fixed some comments.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9256 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/abstractions/nasa_osal/src/osapi.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/os/common/abstractions/nasa_osal/src/osapi.c b/os/common/abstractions/nasa_osal/src/osapi.c index 6794e4cf4..cb39acca9 100644 --- a/os/common/abstractions/nasa_osal/src/osapi.c +++ b/os/common/abstractions/nasa_osal/src/osapi.c @@ -318,7 +318,6 @@ int32 OS_API_Init(void) { /**
* @brief OS printf-like function.
* @note It is initially disabled.
- * @note It is not currently implemented.
*
* @param[in] string formatter string
*
@@ -380,7 +379,6 @@ int32 OS_Tick2Micros(void) { /**
* @brief Returns the local time.
- * @note It is not currently implemented.
*
* @param[out] time_struct the system time
* @return An error code.
@@ -402,7 +400,6 @@ int32 OS_GetLocalTime(OS_time_t *time_struct) { /**
* @brief Changes the local time.
- * @note It is not currently implemented.
*
* @param[in] time_struct the system time
* @return An error code.
@@ -574,7 +571,6 @@ int32 OS_TimerSet(uint32 timer_id, uint32 start_time, uint32 interval_time) { /**
* @brief Retrieves a timer id by name.
- * @note It is not currently implemented.
*
* @param[out] timer_id pointer to a timer id variable
* @param[in] sem_name the timer name
@@ -2113,7 +2109,6 @@ int32 OS_TaskGetIdByName(uint32 *task_id, const char *task_name) { /**
* @brief Returns task information.
* @note This function can be safely called from timer callbacks or ISRs.
- * @note It is not currently implemented.
* @note Priority 255 is not available and it is transformed internally in
* 254.
*
|