Skip to content
Snippets Groups Projects
Commit 6c08e3f5 authored by Florian Pose's avatar Florian Pose
Browse files

Cross blinking.

parent 1080fac5
No related branches found
No related tags found
No related merge requests found
...@@ -179,7 +179,7 @@ void cyclic_task(unsigned long data) ...@@ -179,7 +179,7 @@ void cyclic_task(unsigned long data)
} }
// write process data // write process data
EC_WRITE_U8(domain1_pd + off_dig_out, blink ? 0x0F : 0x00); EC_WRITE_U8(domain1_pd + off_dig_out, blink ? 0x06 : 0x09);
// send process data // send process data
spin_lock(&master_lock); spin_lock(&master_lock);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment