Skip to content

Commit 140af48

Browse files
lukhsalkinium
andcommitted
brackets
Co-authored-by: Niklas Hauser <[email protected]>
1 parent 62ce784 commit 140af48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/modm/driver/adc/ads868x_impl.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ void Ads868x<SpiMaster, Cs, nReset>::writeRegister(Register reg, uint32_t data){
7676
}
7777

7878
template <typename SpiMaster, typename Cs, typename nReset>
79-
uint32_t Ads868x<SpiMaster, Cs, nReset>::readRegister(Register reg){
79+
uint32_t Ads868x<SpiMaster, Cs, nReset>::readRegister(Register reg)
80+
{
8081
uint32_t cmd = 0;
8182
uint32_t data = 0;
8283
uint8_t byte = 0;

0 commit comments

Comments
 (0)