diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-26 18:56:41 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-26 18:56:41 +0200 |
commit | e75c48a4d79a838844aab071c81b2879aab2b5ee (patch) | |
tree | 175599e4df47cad9cb655080f3cbd0029e16973f /robot/setup.c | |
parent | 515ea1b4db5528a08deed32463f77cd03a7f7139 (diff) |
check naming rules and moved some things around
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(); |