Skip to content

Commit

Permalink
Fixed bug with arashi ethernet chip select
Browse files Browse the repository at this point in the history
  • Loading branch information
freaklabs committed Dec 31, 2015
1 parent 1c3fdea commit 9261d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chibiUsrCfg.h
Expand Up @@ -169,7 +169,7 @@
CHB_SPI_CS_PIN default 3 on the chibiduino.
*/
/**************************************************************************/
#if ((FREAKDUINO1284P == 1) || (FREAKDUINO1284PLR == 1) || (ARASHI_ENET_GATEWAY == 1) || (ARASHI_ENET_GATEWAY_LR == 1) || (FREAKUSB1284P == 1) || (FREAKUSB1284PLR == 1))
#if ((FREAKDUINO1284P == 1) || (FREAKDUINO1284PLR == 1) || (FREAKUSB1284P == 1) || (FREAKUSB1284PLR == 1))
#define CHB_SPI_CS_PORT PORTC
#define CHB_SPI_CS_DDIR DDRC
#define CHB_SPI_CS_PIN 7 // PC.3 - SPI Chip Select (SSEL)
Expand Down

0 comments on commit 9261d83

Please sign in to comment.