Change header guards of console_ext_input.h

This commit is contained in:
Twinaphex 2012-04-14 05:05:32 +02:00
parent 233730d03b
commit d1e7a96e2b

View File

@ -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"