Skip to content

Commit

Permalink
Clarify error on no enabled pins
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Sep 2, 2017
1 parent ae2ce09 commit e82d466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PinChangeInterrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ enum pcint_mode_t
#include "PinChangeInterruptPins.h"

#if !PCINT_NUM_USED_PORTS
#error Please enable at least one PCINT port!
#error Please enable at least one PCINT port and pin!
#endif

// manually include cpp files to save flash if only 1 ISR is present
Expand Down

0 comments on commit e82d466

Please sign in to comment.