some changes taken over

This commit is contained in:
2020-10-29 15:13:03 +01:00
parent 7970043cb5
commit 172fbd7e48
5 changed files with 6 additions and 27 deletions

View File

@ -1,19 +1,9 @@
/**
* @file switcherList.h
*
* @date 28.11.2019
*/
#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 {
PCDU,
GPS0,
GPS1,
DUMMY = 129
};
}