projects
/
hackover2013-badge-firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8a8270d
)
Removed EEPROM define (bug)
author
Kevin Townsend
<kevin@ktownsend.com>
Sat, 24 Mar 2012 23:44:21 +0000
(
00:44
+0100)
committer
Kevin Townsend
<kevin@ktownsend.com>
Sat, 24 Mar 2012 23:44:21 +0000
(
00:44
+0100)
project/commands/cmd_reset.c
patch
|
blob
|
history
diff --git
a/project/commands/cmd_reset.c
b/project/commands/cmd_reset.c
index
34a223a
..
16b28e5
100644
(file)
--- a/
project/commands/cmd_reset.c
+++ b/
project/commands/cmd_reset.c
@@
-43,10
+43,6
@@
#include "core/cpu/cpu.h"
#include "project/commands.h" // Generic helper functions
-#ifdef CFG_I2CEEPROM
- #include "drivers/storage/eeprom/eeprom.h"
- #include "core/uart/uart.h"
-
/**************************************************************************/
/*!
Resets the board using the AIRCR register
@@
-56,5
+52,3
@@
void cmd_reset(uint8_t argc, char **argv)
{
cpuReset();
}
-
-#endif
This page took
0.040991 seconds
and
4
git commands to generate.