Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm64/src/main.c

    r28a5ebd r4099129  
    9999 *
    100100 * @param ch Character to display.
    101  *
    102  */
    103 void putuchar(char32_t ch)
     101 */
     102void putwchar(wchar_t ch)
    104103{
    105104        if (ch == '\n')
Note: See TracChangeset for help on using the changeset viewer.