Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/Catena_Fram2k.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Revision history:
# include "Catena_Fram.h"
#endif

#ifndef _ADAFRUIT_FRAM_I2C_H_
# include <Adafruit_FRAM_I2C.h>
#ifndef _CATENA_MB85RC64TA_H_
# include "Catena_Mb85rc64ta.h"
#endif

/****************************************************************************\
Expand Down Expand Up @@ -84,7 +84,7 @@ class cFram2k : public cFram

protected:
private:
Adafruit_FRAM_I2C m_hw;
Catena_Mb85rc64ta m_hw;
};

}; // namespace McciCatena
Expand Down