summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-12-27 02:33:40 +0900
committertmk <nobody@nowhere>2012-12-27 02:33:40 +0900
commit6ebe99f37c15c80c36d942e581794dc0cf3b68a4 (patch)
treeef06818c4e9b7804c7c6a6e7db9dbd1c11b20e58 /protocol
parentcf1eb8fbc6789776d3b3457dd5cf4ed84815e8b3 (diff)
Remove DEBUG_LED from pjrc stack.
Diffstat (limited to 'protocol')
-rw-r--r--protocol/pjrc/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/protocol/pjrc/main.c b/protocol/pjrc/main.c
index 9f664bc432..776bfee9d6 100644
--- a/protocol/pjrc/main.c
+++ b/protocol/pjrc/main.c
@@ -44,9 +44,6 @@
int main(void)
{
- DEBUG_LED_CONFIG;
- DEBUG_LED_OFF;
-
// set for 16 MHz clock
CPU_PRESCALE(0);