From 13acc0d0a3871a642bd95b561441390776d44106 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 1 Feb 2016 16:31:01 -0600 Subject: [PATCH] I2C: Remove the setfrequency method from the interface --- Documentation/NuttxPortingGuide.html | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index d2574c947eb..45f10dcadd6 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -5100,7 +5100,6 @@ int kbd_decode(FAR struct lib_instream_s *stream, FAR struct kbd_getstate_s *sta Each I2C device driver must implement an instance of struct i2c_ops_s. That structure defines a call table with the following methods: