diff options
Diffstat (limited to 'src/prop_info.c')
-rw-r--r-- | src/prop_info.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/prop_info.c b/src/prop_info.c index e8ab461..95d4f58 100644 --- a/src/prop_info.c +++ b/src/prop_info.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2019 TOYOTA MOTOR CORPORATION + * Copyright (c) 2017 TOYOTA MOTOR CORPORATION * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ #include <stdint.h> #include "prop_info.h" -#include "wheel-service.h" +#include "af-steering-wheel-binding.h" #define ENABLE1_TYPENAME "ENABLE-1" /* spec. type1.json original type name */ @@ -96,7 +96,7 @@ int propertyValue_int(struct prop_info_t *property_info) case ARRAY_T: case UINT64_T: case INT64_T: - DBG_ERROR("Getting property Value:NOT SUPPORT vartype contents:%s %d", property_info->name, property_info->var_type); + ERRMSG("Getting property Value:NOT SUPPORT vartype contents:%s %d", property_info->name, property_info->var_type); break; } return x; |