From 8dd87c77763e5539a2e9fbc467dce9388b80401a Mon Sep 17 00:00:00 2001 From: root <182859762@qq.com> Date: Sun, 19 May 2024 22:22:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E5=A2=9E=E5=8A=A0inline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/nba/include/nba/rom/gpio/gpio.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nba/include/nba/rom/gpio/gpio.hpp b/src/nba/include/nba/rom/gpio/gpio.hpp index eec8504..3566079 100644 --- a/src/nba/include/nba/rom/gpio/gpio.hpp +++ b/src/nba/include/nba/rom/gpio/gpio.hpp @@ -36,7 +36,7 @@ struct GPIO { return nullptr; } - bool ALWAYS_INLINE IsReadable() const { + bool inline IsReadable() const { return allow_reads; }