mirror of
https://github.com/Derisis13/Shutter.git
synced 2025-12-06 19:32:48 +01:00
Version 1.4.3
Bugfix: in function set_ch the address of channel was incremented instead of the value of it Bugfix: in function get_timing integers were read to byte sized fields causing memory corruption Updated and renamed moving_debug.c & moving_debug.h
This commit is contained in:
3
main.c
3
main.c
@@ -1,5 +1,5 @@
|
||||
#include "timing.h"
|
||||
#include "moving.h"
|
||||
#include "moving_debug.h"
|
||||
#include <stdio.h>
|
||||
#define FILEPATH "menetrend.txt"
|
||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
@@ -56,7 +56,6 @@ int main ()
|
||||
set_ch (&ercsi13[i], &ch);
|
||||
switch (check_timing (&ercsi13[i]))
|
||||
{
|
||||
|
||||
case up:press_button (up);
|
||||
break;
|
||||
case stop:break;
|
||||
|
||||
Reference in New Issue
Block a user