Update settings.h

This commit is contained in:
Topo-png 2021-08-15 18:14:56 -04:00 committed by GitHub
parent 43ac2ea541
commit 6c506b02d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -215,11 +215,11 @@ extern SPI_HandleTypeDef SPI_Handle; // Needed to be declared in your main.cpp
#error "This board is currently not supported"
#endif
#endif /* SETTINGS_H */
// See: https://github.com/sparkfun/Arduino_Apollo3/pull/421
#ifdef AM_PART_APOLLO3
#ifndef SPI_HAS_TRANSACTION
#define SPI_HAS_TRANSACTION 1
#endif
#endif
#endif /* SETTINGS_H */