summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/rtems_putc.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-29 14:48:40 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-08-02 07:14:05 +0200
commitd999f865eaef44b887b5c40799572e849ac4ca78 (patch)
tree56e8ddc7a80921e18f676f33a9fe663293b77627 /cpukit/libcsupport/src/rtems_putc.c
parentsptests: CONFIGURE_MEMORY_PER_TASK_FOR_SCHEDULER (diff)
downloadrtems-d999f865eaef44b887b5c40799572e849ac4ca78.tar.bz2
rtems: Generate <rtems/bspIo.h>
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Place the group into the I/O Manager group. Add all source files to the group. Update #3899. Update #3993. Update #4482.
Diffstat (limited to 'cpukit/libcsupport/src/rtems_putc.c')
-rw-r--r--cpukit/libcsupport/src/rtems_putc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/rtems_putc.c b/cpukit/libcsupport/src/rtems_putc.c
index e27b1e4544..726893c2f1 100644
--- a/cpukit/libcsupport/src/rtems_putc.c
+++ b/cpukit/libcsupport/src/rtems_putc.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup BSPIO
+ * @ingroup RTEMSAPIKernelCharIO
*
* @brief This source file contains the implementation of rtems_putc().
*/