Jump to content

Recommended Posts

Posted

Hi everyone,

using eeprom module in C++ code doesn't work, as there isn't extern "C" in eeprom.h, as far as I know.

I've fixed this locally for myself by enclosing #include <eeprom.h> with 'extern "C" {}', but I suppose more general fix would be adding this to eeprom.h file.

I'm sorry in advance if this isn't the right place for posting issues.

Cheers,
Djordje

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...