Ignore:
File:
1 edited

Legend:

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

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