- adaptions to PCB Hend-Control, Rev.0
git-svn-id: http://moon:8086/svn/projects/HendiControl@152 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -28,7 +28,11 @@ ISR (TIMER1_OVF_vect) // Timer1 ISR
|
||||
}
|
||||
else
|
||||
{
|
||||
Msg_t msg = {Timer, i};
|
||||
Msg_t msg =
|
||||
{
|
||||
.code = Timer,
|
||||
.m.timer.ch = i
|
||||
};
|
||||
if (fifo_push(g_pFifo, &msg))
|
||||
{
|
||||
user_timer[i].isRunning = 0;
|
||||
|
||||
Reference in New Issue
Block a user