Skip to content

Commit

Permalink
brackets
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas Hauser <[email protected]>
  • Loading branch information
lukh and salkinium committed Jun 8, 2022
1 parent 31e5a50 commit ba926d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modm/driver/adc/ads868x_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ void Ads868x<SpiMaster, Cs, nReset>::writeRegister(Register reg, uint32_t data){
}

template <typename SpiMaster, typename Cs, typename nReset>
uint32_t Ads868x<SpiMaster, Cs, nReset>::readRegister(Register reg){
uint32_t Ads868x<SpiMaster, Cs, nReset>::readRegister(Register reg)
{
uint32_t cmd = 0;
uint32_t data = 0;
uint8_t byte = 0;
Expand Down

0 comments on commit ba926d8

Please sign in to comment.