mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Update settings.h
This commit is contained in:
parent
43ac2ea541
commit
6c506b02d6
1 changed files with 2 additions and 2 deletions
|
@ -215,11 +215,11 @@ extern SPI_HandleTypeDef SPI_Handle; // Needed to be declared in your main.cpp
|
||||||
#error "This board is currently not supported"
|
#error "This board is currently not supported"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* SETTINGS_H */
|
|
||||||
|
|
||||||
// See: https://github.com/sparkfun/Arduino_Apollo3/pull/421
|
// See: https://github.com/sparkfun/Arduino_Apollo3/pull/421
|
||||||
#ifdef AM_PART_APOLLO3
|
#ifdef AM_PART_APOLLO3
|
||||||
#ifndef SPI_HAS_TRANSACTION
|
#ifndef SPI_HAS_TRANSACTION
|
||||||
#define SPI_HAS_TRANSACTION 1
|
#define SPI_HAS_TRANSACTION 1
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* SETTINGS_H */
|
||||||
|
|
Loading…
Reference in a new issue