projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
v1.0.0
[hackover2013-badge-firmware.git]
/
main.c
diff --git
a/main.c
b/main.c
index
703bf96
..
99f192a
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-7,7
+7,7
@@
Software License Agreement (BSD License)
Software License Agreement (BSD License)
- Copyright (c) 201
1
, microBuilder SARL
+ Copyright (c) 201
2
, microBuilder SARL
All rights reserved.
Redistribution and use in source and binary forms, with or without
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@
-36,6
+36,7
@@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#include <time.h>
#include "projectconfig.h"
#include "sysinit.h"
#include "projectconfig.h"
#include "sysinit.h"
@@
-60,9
+61,7
@@
int main(void)
uint32_t currentSecond, lastSecond;
currentSecond = lastSecond = 0;
uint32_t currentSecond, lastSecond;
currentSecond = lastSecond = 0;
-
- lcdTest();
-
+
while (1)
{
// Toggle LED once per second
while (1)
{
// Toggle LED once per second
This page took
0.022243 seconds
and
4
git commands to generate.