diff --git a/ediv/src/ediv/lower.h b/ediv/src/ediv/lower.h index 13022cd..1f1f2d4 100644 --- a/ediv/src/ediv/lower.h +++ b/ediv/src/ediv/lower.h @@ -19,7 +19,7 @@ */ #ifndef __EDIV_LOWER_H_ -#define __EDOV_LOWER_H_ +#define __EDIV_LOWER_H_ #include "main.h" @@ -32,4 +32,4 @@ byte c_convert(byte c); void set_c_lower (const byte *from, const byte *to); void inicializa_lower(); -#endif // __LOWER_H \ No newline at end of file +#endif // __EDIV_LOWER_H_