move HAL and tests folder
This commit is contained in:
12
src/fsfw_hal/common/spi/spiCommon.h
Normal file
12
src/fsfw_hal/common/spi/spiCommon.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef FSFW_HAL_COMMON_SPI_SPICOMMON_H_
|
||||
#define FSFW_HAL_COMMON_SPI_SPICOMMON_H_
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace spi {
|
||||
|
||||
enum SpiModes : uint8_t { MODE_0, MODE_1, MODE_2, MODE_3 };
|
||||
|
||||
}
|
||||
|
||||
#endif /* FSFW_HAL_COMMON_SPI_SPICOMMON_H_ */
|
||||
Reference in New Issue
Block a user