Skip to content

Commit

Permalink
Clean up the import.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentlouisetonino committed Aug 2, 2024
1 parent a839b0e commit edd3d6f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified bin/tempscale
Binary file not shown.
1 change: 0 additions & 1 deletion src/displays/escape_sequence.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <stdio.h>

void add_new_line(void) { printf("\n"); }

void add_new_tab(void) { printf("\t"); }
2 changes: 1 addition & 1 deletion src/displays/escape_sequence.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef ESCAPE_SEQUENCE_H
#define ESCAPE_SEQUENCE_H
#include "./escape_sequence.c"
#include "escape_sequence.c"

extern void add_new_line(void);
extern void add_new_tab(void);
Expand Down

0 comments on commit edd3d6f

Please sign in to comment.