Skip to content

Commit 7faa3b4

Browse files
vkarlsenCalcProgrammer1
authored andcommitted
Unbreak macOS build
1 parent 6ae5242 commit 7faa3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i2c_smbus/i2c_smbus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ union i2c_smbus_data
4141

4242
#endif /* __linux__ */
4343

44-
#if defined(__APPLE___) || defined(__FreeBSD__)
44+
#if defined(__APPLE__) || defined(__FreeBSD__)
4545

4646
//Data for SMBus Messages
4747
#define I2C_SMBUS_BLOCK_MAX 32

0 commit comments

Comments
 (0)