projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Updated makefiles to reflect new dfu-ee programming target invocations (supplied...
[pub/lufa.git]
/
LUFA
/
Drivers
/
Board
/
Dataflash.h
diff --git
a/LUFA/Drivers/Board/Dataflash.h
b/LUFA/Drivers/Board/Dataflash.h
index
08deb50
..
2b682d7
100644
(file)
--- a/
LUFA/Drivers/Board/Dataflash.h
+++ b/
LUFA/Drivers/Board/Dataflash.h
@@
-108,7
+108,7
@@
*
\r
* \return Last response byte from the dataflash
\r
*/
\r
*
\r
* \return Last response byte from the dataflash
\r
*/
\r
- static inline uint8_t Dataflash_TransferByte(const uint8_t Byte) ATTR_ALWAYSINLINE;
\r
+ static inline uint8_t Dataflash_TransferByte(const uint8_t Byte) ATTR_ALWAYS
_
INLINE;
\r
static inline uint8_t Dataflash_TransferByte(const uint8_t Byte)
\r
{
\r
return SPI_TransferByte(Byte);
\r
static inline uint8_t Dataflash_TransferByte(const uint8_t Byte)
\r
{
\r
return SPI_TransferByte(Byte);
\r
@@
-118,7
+118,7
@@
*
\r
* \param Byte of data to send to the dataflash
\r
*/
\r
*
\r
* \param Byte of data to send to the dataflash
\r
*/
\r
- static inline void Dataflash_SendByte(const uint8_t Byte) ATTR_ALWAYSINLINE;
\r
+ static inline void Dataflash_SendByte(const uint8_t Byte) ATTR_ALWAYS
_
INLINE;
\r
static inline void Dataflash_SendByte(const uint8_t Byte)
\r
{
\r
SPI_SendByte(Byte);
\r
static inline void Dataflash_SendByte(const uint8_t Byte)
\r
{
\r
SPI_SendByte(Byte);
\r
@@
-128,7
+128,7
@@
*
\r
* \return Last response byte from the dataflash
\r
*/
\r
*
\r
* \return Last response byte from the dataflash
\r
*/
\r
- static inline uint8_t Dataflash_ReceiveByte(void) ATTR_ALWAYSINLINE ATTR_WARN_UNUSED_RESULT;
\r
+ static inline uint8_t Dataflash_ReceiveByte(void) ATTR_ALWAYS
_
INLINE ATTR_WARN_UNUSED_RESULT;
\r
static inline uint8_t Dataflash_ReceiveByte(void)
\r
{
\r
return SPI_ReceiveByte();
\r
static inline uint8_t Dataflash_ReceiveByte(void)
\r
{
\r
return SPI_ReceiveByte();
\r