Changes in boot/arch/arm64/src/main.c [28a5ebd:4099129] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm64/src/main.c
r28a5ebd r4099129 99 99 * 100 100 * @param ch Character to display. 101 * 102 */ 103 void putuchar(char32_t ch) 101 */ 102 void putwchar(wchar_t ch) 104 103 { 105 104 if (ch == '\n')
Note:
See TracChangeset
for help on using the changeset viewer.