Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/kbrd/scanc_mac.c

    r6404aca r28a5ebd  
    4040
    4141/** Primary meaning of scancodes. */
    42 wchar_t sc_primary_map[SCANCODES] = {
     42char32_t sc_primary_map[SCANCODES] = {
    4343        [0x00] = 'a',
    4444        [0x01] = 's',
     
    172172
    173173/** Secondary meaning of scancodes. */
    174 wchar_t sc_secondary_map[SCANCODES] = {
     174char32_t sc_secondary_map[SCANCODES] = {
    175175        [0x00] = 'A',
    176176        [0x01] = 'S',
Note: See TracChangeset for help on using the changeset viewer.