Преглед на файлове

Remove default constructor from i2c also

doc
Christos Houtouridis преди 5 години
родител
ревизия
19f6991a83
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +2
    -2
      include/utl/com/i2c_bb.h

+ 2
- 2
include/utl/com/i2c_bb.h Целия файл

@@ -65,7 +65,7 @@ namespace utl {
//! \brief A default destructor, allow destructor from derived only
~i2c_bb_i () noexcept = default;
//! \brief A default constructor
i2c_bb_i (uint32_t clk =100000) noexcept
i2c_bb_i (uint32_t clk) noexcept
: usec_ {1000000/(2*clk)} { }
//!@}
@@ -247,7 +247,7 @@ namespace utl {
//!@{
protected:
//! \brief Constructor
i2c_bb_i (uint32_t clk =100000) noexcept
i2c_bb_i (uint32_t clk) noexcept
: usec_ {1000000/(2*clk)} { }
//! \brief Virtual destructor
virtual ~i2c_bb_i () noexcept = default;


Loading…
Отказ
Запис