Skip to content

Commit

Permalink
Kernel: Remove awkward "#define printf dbgprintf"
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed May 16, 2020
1 parent 21d5f4a commit c9e38c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Kernel/kstdio.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ void set_serial_debug(bool on_or_off);
int get_serial_debug();
}

#define printf dbgprintf

#ifdef __cplusplus

template<size_t N>
Expand Down

0 comments on commit c9e38c5

Please sign in to comment.