Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/src/putchar.c

    rc5429fe r28a5ebd  
    193193/** Display a character
    194194 *
    195  * @param ch    Character to display
    196  */
    197 void putwchar(const wchar_t ch)
     195 * @param ch Character to display
     196 *
     197 */
     198void putuchar(const char32_t ch)
    198199{
    199200        if (ch == '\n')
Note: See TracChangeset for help on using the changeset viewer.