eive-obsw/unittest/testcfg/devices/powerSwitcherList.h
Robin Mueller ababb5c062
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
adding unittests for EIVE
2021-09-29 09:30:58 +02:00

13 lines
247 B
C++

#ifndef CONFIG_DEVICES_POWERSWITCHERLIST_H_
#define CONFIG_DEVICES_POWERSWITCHERLIST_H_
namespace switches {
/* Switches are uint8_t datatype and go from 0 to 255 */
enum switcherList {
};
}
#endif /* CONFIG_DEVICES_POWERSWITCHERLIST_H_ */