converted files to cpp continued stubs
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#include "SpiComIF.h"
|
||||
|
||||
SpiComIF::SpiComIF(object_id_t objectId): SystemObject(objectId) {
|
||||
SpiComIF::SpiComIF(object_id_t objectId, SPI_TypeDef* spiInstance,
|
||||
spi::TransferModes transferMode): SystemObject(objectId) {
|
||||
}
|
||||
|
||||
ReturnValue_t SpiComIF::initializeInterface(CookieIF *cookie) {
|
||||
|
Reference in New Issue
Block a user