THW-Funk-Audio-Switch/Programm/Audio-Switch/peripheral.h
2020-10-19 18:16:51 +02:00

19 lines
258 B
C

/*
* peripheral.h
*
* Created: 19.10.2020 18:08:27
* Author: netz
*/
#ifndef PERIPHERAL_H_
#define PERIPHERAL_H_
namespace {
//Programm settings
extern int const settings_prog_delay_plus = 5000;
}
#endif /* PERIPHERAL_H_ */