Skip to content

Commit

Permalink
Small fix in software SPI
Browse files Browse the repository at this point in the history
  • Loading branch information
WiseLord committed Apr 16, 2018
1 parent eab5d73 commit a81d41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spisw.c
Expand Up @@ -52,7 +52,7 @@ void SPIswSendByte(uint8_t data)

void SPIswSet(int8_t input)
{
#ifndef _atmega8
#ifdef _atmega32
if (extFunc != USE_INPUT_STATUS)
return;

Expand Down

0 comments on commit a81d41d

Please sign in to comment.