summaryrefslogtreecommitdiffstats
path: root/common/state/state_variables.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-11-14 12:35:52 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-11-14 12:35:52 +0100
commitf55e379fca456444ade761358e8cce8657ea9672 (patch)
tree5ded95597e4a70f09ab04e55687738d56728e8f9 /common/state/state_variables.c
parente5374fa4d443b25fc12a578a978621dcacc380df (diff)
parent63cc1eb8ebbee4b16c659029d263ae791c6eac9c (diff)
downloadbarebox-f55e379fca456444ade761358e8cce8657ea9672.tar.gz
barebox-f55e379fca456444ade761358e8cce8657ea9672.tar.xz
Merge branch 'for-next/state'
Diffstat (limited to 'common/state/state_variables.c')
-rw-r--r--common/state/state_variables.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/state/state_variables.c b/common/state/state_variables.c
index 45ec962e42..fd072a0c27 100644
--- a/common/state/state_variables.c
+++ b/common/state/state_variables.c
@@ -441,9 +441,9 @@ static struct variable_type types[] = {
{
.type = STATE_TYPE_U8,
.type_name = "uint8",
- .export = state_uint32_export,
- .import = state_uint32_import,
- .create = state_uint8_create,
+ .export = state_uint32_export,
+ .import = state_uint32_import,
+ .create = state_uint8_create,
}, {
.type = STATE_TYPE_U32,
.type_name = "uint32",