mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-08-06 22:52:26 +02:00
fix constructor for HarwareSPICommunication is public
This commit is contained in:
@@ -84,9 +84,9 @@ void SPICommunication<DerivedSPIModel>::SPIwrite(
|
||||
class HardwareSPICommunication
|
||||
: public SPICommunication<HardwareSPICommunication> {
|
||||
|
||||
public:
|
||||
HardwareSPICommunication() = default;
|
||||
|
||||
public:
|
||||
void map_to_memory();
|
||||
|
||||
void unmap_memory();
|
||||
|
||||
Reference in New Issue
Block a user