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:
Serhii Sakhno 2016-04-13 06:36:36 +00:00
parent e0a4e0946d
commit 5caf0c04c7

View File

@ -22,7 +22,7 @@ void __attribute__ ((noinline)) debug_board_write_str(const char* str){
debug_board_write_byte(*str++);
}
void fdebug_board_write_str(const char *format,...)
void debug_board_printf(const char *format,...)
{
va_list ap;
char log_board[300];