Open
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"