Skip to content

Commit

Permalink
corrected typo in header guard
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavmatalon committed Oct 16, 2016
1 parent 453e4df commit d619242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCP9802.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ __asm volatile ("nop");
#define MCP9802_h

#if !defined(ARDUINO_ARCH_AVR)
#error “The ADS1110 library only supports AVR processors.”
#error “The MCP9802 library only supports AVR processors.”
#endif

#include <Arduino.h>
Expand Down

0 comments on commit d619242

Please sign in to comment.