[tuxdroid-svn] r1194 - firmware/fuxusb/trunk/lib_c
Status: Beta
Brought to you by:
ks156
From: Paul_R <c2m...@c2...> - 2008-05-23 09:14:13
|
Author: Paul_R Date: 2008-05-23 11:14:14 +0200 (Fri, 23 May 2008) New Revision: 1194 Modified: firmware/fuxusb/trunk/lib_c/stdint.h Log: * Added stdint to group mcu (doxygen). Modified: firmware/fuxusb/trunk/lib_c/stdint.h =================================================================== --- firmware/fuxusb/trunk/lib_c/stdint.h 2008-05-22 15:24:51 UTC (rev 1193) +++ firmware/fuxusb/trunk/lib_c/stdint.h 2008-05-23 09:14:14 UTC (rev 1194) @@ -11,7 +11,9 @@ Use [u]intN_t if you need exactly N bits. Since these typedefs are mandated by the C99 standard, they are preferred - over rolling your own typedefs. */ + over rolling your own typedefs. + + \ingroup mcu */ /* Integer types */ |