Update pulse width to 100ms
[hdmi-switcher.git] / config.h
1 #include "lib/inih/ini.h"
2
3 typedef struct
4 {
5 int credit_value;
6 int external_timer;
7 int sync_switch;
8 int sync_switch_delay;
9 int default_switch_state;
10 // const char* name;
11 // const char* email;
12 } configuration;
13
14 int init_config(configuration *config);