Browse Source

Don't include chprintf.h in main.c

It isn't used there, so it doesn't need to be included.
Clara Hobbs 6 years ago
parent
commit
dba0259e0f
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/main.c

+ 0
- 2
src/main.c View File

35
 #include <ch.h>
35
 #include <ch.h>
36
 #include <hal.h>
36
 #include <hal.h>
37
 
37
 
38
-#include "chprintf.h"
39
-
40
 #include "shell.h"
38
 #include "shell.h"
41
 #include "usbcfg.h"
39
 #include "usbcfg.h"
42
 
40
 

Loading…
Cancel
Save