X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=bike-lights.git;a=blobdiff_plain;f=firmware%2Fambient.c;h=ffe7740f7c1b4d4644d6c45763d910fffb5752bb;hp=21c2a66d721ad54f647c96463cc5b9218d6fb06a;hb=e8f0df376c6df7eeec08010642c6ac4967e242f8;hpb=28656ba8d230fc14bab6445439fb5c1b966dddbe diff --git a/firmware/ambient.c b/firmware/ambient.c index 21c2a66..ffe7740 100644 --- a/firmware/ambient.c +++ b/firmware/ambient.c @@ -7,7 +7,7 @@ volatile unsigned char ambient_zone; static unsigned char ambient_zone_set; static uint16_t ambient_zones[] = { - 0x0b70, 0x0b80, 0x1000, 0x1800, 0x2800, 0x2f80, 0xffff + 0x0c00, 0x0d00, 0x1000, 0x1800, 0x2800, 0x2f80, 0xffff }; #define N_AMBIENT_ZONES (sizeof(ambient_zones)/sizeof(ambient_zones[0]))