Incorrect define
This commit is contained in:
parent
52a000a95f
commit
fe37bf7d3c
|
@ -19,7 +19,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __EDIV_LOWER_H_
|
#ifndef __EDIV_LOWER_H_
|
||||||
#define __EDOV_LOWER_H_
|
#define __EDIV_LOWER_H_
|
||||||
|
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
||||||
|
@ -32,4 +32,4 @@ byte c_convert(byte c);
|
||||||
void set_c_lower (const byte *from, const byte *to);
|
void set_c_lower (const byte *from, const byte *to);
|
||||||
void inicializa_lower();
|
void inicializa_lower();
|
||||||
|
|
||||||
#endif // __LOWER_H
|
#endif // __EDIV_LOWER_H_
|
||||||
|
|
Loading…
Reference in a new issue