diff options
| author | Miguel <m.i@gmx.at> | 2018-08-21 17:54:28 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-21 17:54:28 +0200 |
| commit | 6c926175afbf1f9ec2715fb007acc28588b36c4a (patch) | |
| tree | e35451d0c8e5c3f3b6033b919f405a40fd6128fc /lib | |
| parent | 8a5fbdabb24250a76feed770bce64d7e3e4f61de (diff) | |
cleaning up multitasking
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/logger/log.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/logger/log.c b/lib/logger/log.c index a5925e9..968d978 100644 --- a/lib/logger/log.c +++ b/lib/logger/log.c @@ -13,12 +13,10 @@ static void log_string(char *str) { // if(get_max_fd()>=2) syscall_write(2,str,strlen(str)); - while(*str!=0) { serial_write(*str++); } - } void log(char *module_name, int log_level, char *format_string, ...) |
