X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/deed746d3716d59153e04860c646bfb7b82ca820..6bda628718f67c04ed43e8328f55bdce5319c504:/LUFA/Drivers/Board/Dataflash.h?ds=inline diff --git a/LUFA/Drivers/Board/Dataflash.h b/LUFA/Drivers/Board/Dataflash.h index eb0bebd8c..c09c4a899 100644 --- a/LUFA/Drivers/Board/Dataflash.h +++ b/LUFA/Drivers/Board/Dataflash.h @@ -221,7 +221,8 @@ * \param[in] PageAddress Page address within the selected dataflash IC. * \param[in] BufferByte Address within the dataflash's buffer. */ - static inline void Dataflash_SendAddressBytes(uint16_t PageAddress, const uint16_t BufferByte); + static inline void Dataflash_SendAddressBytes(uint16_t PageAddress, + const uint16_t BufferByte); /* Disable C linkage for C++ Compilers: */ #if defined(__cplusplus)