X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=firmware%2Fmain.c;h=393f47dff68b6a475625983726a7a47cae3dcf6b;hb=3f38edc49796a8dd1d03c2dc302be42db2d97d50;hp=90bea63dc60d300c3f3e6723d6f0718979167cbb;hpb=647f353f4d8c87c5cf18cae905e9d600cd0e6bcb;p=bike-lights.git diff --git a/firmware/main.c b/firmware/main.c index 90bea63..393f47d 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -32,6 +32,7 @@ static void hw_suspend() susp_adc(); susp_tmr(); susp_gpio(); + susp_ambient(); susp_buttons(); wdt_disable();