run auto-formatter
This commit is contained in:
@ -7,14 +7,15 @@
|
||||
|
||||
class SpiTest {
|
||||
public:
|
||||
SpiTest(SpiComIF& spiComIF);
|
||||
SpiTest(SpiComIF &spiComIF);
|
||||
|
||||
ReturnValue_t performOperation(uint8_t opCode = 0);
|
||||
|
||||
ReturnValue_t performOperation(uint8_t opCode = 0);
|
||||
private:
|
||||
static constexpr address_t TEST_ADDRESS = 0x00;
|
||||
spi::MspPollingConfigStruct mspCfg;
|
||||
SpiComIF& spiComIF;
|
||||
SpiCookie spiCookie;
|
||||
static constexpr address_t TEST_ADDRESS = 0x00;
|
||||
spi::MspPollingConfigStruct mspCfg;
|
||||
SpiComIF &spiComIF;
|
||||
SpiCookie spiCookie;
|
||||
};
|
||||
|
||||
#endif /* BSP_STM32H7_FREERTOS_BOARDTEST_SPITEST_H_ */
|
||||
|
Reference in New Issue
Block a user