mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-26 20:38:45 +08:00
Merge branch 'development'
This commit is contained in:
commit
e7a97ac364
@ -1,5 +1,5 @@
|
||||
name=Embedded Template Library
|
||||
version=10.4.0
|
||||
version=10.5.0
|
||||
author= John Wellbelove <john.wellbelove@etlcpp.com>
|
||||
maintainer=John Wellbelove <john.wellbelove@etlcpp.com>
|
||||
sentence=A C++ template library tailored for embedded systems.
|
||||
|
||||
@ -271,7 +271,7 @@ namespace etl
|
||||
}
|
||||
|
||||
/// Read.
|
||||
T value() const
|
||||
T read() const
|
||||
{
|
||||
return shadow_value;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user