Skip to content

Commit

Permalink
Add F() macro
Browse files Browse the repository at this point in the history
  • Loading branch information
ikeyasu committed Feb 21, 2015
1 parent ef2e5bc commit 61aa11b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/arduino-mock/Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ void loop(void);
#include <gmock/gmock.h>

#define UNUSED(expr) do { (void)(expr); } while (0)
#define F(x) (x)

class ArduinoMock {
public:
Expand Down

0 comments on commit 61aa11b

Please sign in to comment.