1
0
forked from fsfw/fsfw

config folder update

This commit is contained in:
2020-10-29 13:16:14 +01:00
parent 38135a3d53
commit 56da648026
7 changed files with 6 additions and 285 deletions

View File

@ -1,10 +1,4 @@
/**
* \file logicalAddresses.cpp
*
* \date 06.11.2019
*/
#include <fsfw/unittest/config/devices/logicalAddresses.h>
#include "logicalAddresses.h"

View File

@ -1,10 +1,4 @@
/**
* @file switcherList.cpp
*
* @date 28.11.2019
*/
#include <fsfw/unittest/config/devices/powerSwitcherList.h>
#include "powerSwitcherList.h"

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
};
}