Change header guards of console_ext_input.h
This commit is contained in:
parent
233730d03b
commit
d1e7a96e2b
|
@ -14,8 +14,8 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef ROM_EXT_INPUT_H__
|
||||
#define ROM_EXT_INPUT_H__
|
||||
#ifndef CONSOLE_EXT_INPUT_H__
|
||||
#define CONSOLE_EXT_INPUT_H__
|
||||
|
||||
#include "../driver.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue