projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of gitlab:wintermute/hackover2013-badge-firmware
[hackover2013-badge-firmware.git]
/
project
/
commands
/
cmd_reset.c
diff --git
a/project/commands/cmd_reset.c
b/project/commands/cmd_reset.c
index
aa665f0
..
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
#include "core/cpu/cpu.h"
#include "project/commands.h" // Generic helper functions
-#ifdef CFG_I2CEEPROM
- #include "drivers/eeprom/eeprom.h"
- #include "core/uart/uart.h"
-
/**************************************************************************/
/*!
Resets the board using the AIRCR register
/**************************************************************************/
/*!
Resets the board using the AIRCR register
@@
-56,5
+52,3
@@
void cmd_reset(uint8_t argc, char **argv)
{
cpuReset();
}
{
cpuReset();
}
-
-#endif
This page took
0.021357 seconds
and
4
git commands to generate.