Clean up unused typedefs

This commit is contained in:
Rihards Skuja 2017-11-24 14:01:11 +02:00
parent 4355f8aa77
commit 7a9eb33c51
No known key found for this signature in database
GPG Key ID: 53FA13A3F7F8571B

View File

@ -1,8 +1,6 @@
#ifndef MAIN_H
#define MAIN_H
typedef unsigned char byte;
void initIO(void);
void blinkLed(void);
void readTemp(void);