summaryrefslogtreecommitdiff
path: root/firmware/logf.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/logf.c')
-rw-r--r--firmware/logf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/firmware/logf.c b/firmware/logf.c
index 7d4ffe24af..b68f8a1d26 100644
--- a/firmware/logf.c
+++ b/firmware/logf.c
@@ -29,10 +29,9 @@
29#include <string.h> 29#include <string.h>
30#include <stdio.h> 30#include <stdio.h>
31#include <stdarg.h> 31#include <stdarg.h>
32#include <sprintf.h>
33#include <system.h>
34#include <font.h>
35#include "config.h" 32#include "config.h"
33#include "system.h"
34#include "font.h"
36#include "lcd-remote.h" 35#include "lcd-remote.h"
37#include "logf.h" 36#include "logf.h"
38#include "serial.h" 37#include "serial.h"