From 0f47d350019773a57706b03af5af7440d06840d9 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Mon, 10 Oct 2011 00:20:18 +0200 Subject: Remove various LED calls. --- main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 1993489..b9a8c21 100644 --- a/main.cpp +++ b/main.cpp @@ -64,8 +64,6 @@ BMA150 accel(i2c); void threadmain() { while(1) { - GPIOB.ODR ^= 1 << 1; - uint16_t buf[] = { gyro.x, gyro.y, -- cgit v1.2.3