继续增加inline

This commit is contained in:
root 2024-05-19 22:22:42 +08:00
parent 88a66937f3
commit 8dd87c7776

View File

@ -36,7 +36,7 @@ struct GPIO {
return nullptr;
}
bool ALWAYS_INLINE IsReadable() const {
bool inline IsReadable() const {
return allow_reads;
}