projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
First commit
[hackover2013-badge-firmware.git]
/
tools
/
examples
/
default
/
main.c
diff --git
a/tools/examples/default/main.c
b/tools/examples/default/main.c
index
7c2bd31
..
80c0e8e
100644
(file)
--- a/
tools/examples/default/main.c
+++ b/
tools/examples/default/main.c
@@
-68,7
+68,7
@@
int main(void)
if (currentSecond != lastSecond)
{
lastSecond = currentSecond;
if (currentSecond != lastSecond)
{
lastSecond = currentSecond;
- gpioSetValue(CFG_LED_PORT, CFG_LED_PIN,
!(gpioGetValue(CFG_LED_PORT, CFG_LED_PIN))
);
+ gpioSetValue(CFG_LED_PORT, CFG_LED_PIN,
lastSecond % 2
);
}
// Poll for CLI input if CFG_INTERFACE is enabled in projectconfig.h
}
// Poll for CLI input if CFG_INTERFACE is enabled in projectconfig.h
This page took
0.020042 seconds
and
4
git commands to generate.