Skip to content

Commit 4b920f3

Browse files
authored
application: Fix oled.c include issue
1 parent 9667733 commit 4b920f3

File tree

1 file changed

+1
-1
lines changed
  • arc_design_contest/2018/HUST_iRhythm/src/GUI

1 file changed

+1
-1
lines changed

arc_design_contest/2018/HUST_iRhythm/src/GUI/oled.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "embARC.h"
33
#include "embARC_debug.h"
44

5-
#include "OLED.h"
5+
#include "oled.h"
66

77
#include "stdio.h"
88

0 commit comments

Comments
 (0)