Ignore:
File:
1 edited

Legend:

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

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