Skip to content

Commit

Permalink
Cleanup import for clear_screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentlouisetonino committed Aug 2, 2024
1 parent aa49764 commit a839b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/displays/clear_screen.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef CLEAR_SCREEN_H
#define CLEAR_SCREEN_H
#include "./clear_screen.c"
#include "clear_screen.c"

extern void clear_screen(void);

Expand Down

0 comments on commit a839b0e

Please sign in to comment.