From ba4d2a6ed8c39da7e497c71fc55e1a886b83edc0 Mon Sep 17 00:00:00 2001 From: Seiichi Horie <26223147+suikan4github@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:19:41 +0900 Subject: [PATCH] Add Issue #22 to CHANGELOG. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dbbff3..7ec0b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The issue #12 removed public class I2cMasterInterface. But it is referred intern - [Issue #10](https://github.com/suikan4github/rpp_driver/issues/10) Cover APIs of the Raspberry Pi Pico SDK. - [Issue #15](https://github.com/suikan4github/rpp_driver/issues/15) Remove the redundant parameter check code from ConfigureSRC() - [Issue #16](https://github.com/suikan4github/rpp_driver/issues/16) Change the member function name from ConfigureSRC() to ConfigureSrc(). +- [Issue #22](https://github.com/suikan4github/rpp_driver/issues/22) Refactor the test_i2cmaster.cpp to use the fixture. ### Deprecated - [Issue #12](https://github.com/suikan4github/rpp_driver/issues/12) Is I2cMasterInterface needed? ### Removed