Skip to content

Error compilation to Arduino IDE #489

Closed
@EvilSlesh

Description

@EvilSlesh

BMX280Sensor.h, string: 344
error: return-statement with no value, in function returning 'unsigned char' [-fpermissive]

if (var1 == 0) return;
change the string
if (var1 == 0) return 1;
builds complete ок

I believe this wrong decision

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions