diff options
Diffstat (limited to 'robot/setup.c')
-rw-r--r-- | robot/setup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/robot/setup.c b/robot/setup.c index 06c8fa4..2c426a3 100644 --- a/robot/setup.c +++ b/robot/setup.c @@ -16,10 +16,6 @@ void w2_setup_main() { // check endianness g_w2_endianness = *_ptest; - // reset underside leds - red_led(0); - green_led(0); - // clear lcd clear(); |