-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
arduino mocksCompilation mocks for the Arduino libraryCompilation mocks for the Arduino libraryquestionFurther information is requestedFurther information is requested
Milestone
Description
Issue Summary
problem occurred in a unit test where I used the _BV() macro which is normally supported in Arduino sketches.
Replacing the test code with a normal shift (1UL << (x)) solved the issue.
However people might expect to be able to use the same code constructs as in the sketches / libraries,
just after #include "Arduino.h"
Metadata
Metadata
Assignees
Labels
arduino mocksCompilation mocks for the Arduino libraryCompilation mocks for the Arduino libraryquestionFurther information is requestedFurther information is requested