Skip to content
Snippets Groups Projects
Commit 97fbce5a authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

tapWriter: Cleaned up unused includes

parent 342c2b49
Branches
No related tags found
No related merge requests found
#include <sys/unistd.h>
#include <stdio.h> #include <stdio.h>
#include <stdint.h> #include <stdint.h>
#include <stdbool.h> #include <stdbool.h>
#include <string.h> #include <string.h>
#include "tapWriter.h" #include "tapWriter.h"
#include "bitwiseWriter.h" #include "bitwiseWriter.h"
#include "../definitions/tap.h"
#define PULSE_S_SIZE (11*2) #define PULSE_S_SIZE (11*2)
#define PULSE_S 1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0 #define PULSE_S 1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment