Renamee IOPort 2 functions to original

This commit is contained in:
2023-09-24 11:52:18 +02:00
parent fb9e346e51
commit a9da459823
9 changed files with 22 additions and 22 deletions

View File

@@ -40,7 +40,7 @@ namespace JabyEngine {
public:
inline uint16_t get_current_value() const {
return this->value.read().get2(CounterValue::Value);
return this->value.read().get(CounterValue::Value);
}
inline void set_target_value(uint16_t value) {