Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/fb/serial_console.h

    rb3d513f ra000878c  
    4343typedef void (*putc_function_t)(char);
    4444
    45 void serial_puts(char *str);
     45void serial_puts(const char *str);
    4646void serial_goto(const unsigned int col, const unsigned int row);
    4747void serial_clrscr(void);
Note: See TracChangeset for help on using the changeset viewer.