kolibri_debug.h: fdebug_board_write_str rename to debug_board_printf
git-svn-id: svn://kolibrios.org@6399 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e0a4e0946d
commit
5caf0c04c7
@ -22,7 +22,7 @@ void __attribute__ ((noinline)) debug_board_write_str(const char* str){
|
|||||||
debug_board_write_byte(*str++);
|
debug_board_write_byte(*str++);
|
||||||
}
|
}
|
||||||
|
|
||||||
void fdebug_board_write_str(const char *format,...)
|
void debug_board_printf(const char *format,...)
|
||||||
{
|
{
|
||||||
va_list ap;
|
va_list ap;
|
||||||
char log_board[300];
|
char log_board[300];
|
||||||
|
Loading…
Reference in New Issue
Block a user