summaryrefslogtreecommitdiff
path: root/inc/resource/resource_infrared_motion.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/resource/resource_infrared_motion.h')
-rwxr-xr-xinc/resource/resource_infrared_motion.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/resource/resource_infrared_motion.h b/inc/resource/resource_infrared_motion.h
index 993a973..60565a7 100755
--- a/inc/resource/resource_infrared_motion.h
+++ b/inc/resource/resource_infrared_motion.h
@@ -18,10 +18,10 @@
#define __RESOURCE_INFRARED_MOTION_H__
typedef enum {
- PERIPHERAL_HANDLE_ERROR_NONE = 0, /**< Successful */
- PERIPHERAL_HANDLE_ERROR_NOT_OPEN,
- PERIPHERAL_HANDLE_ERROR_INVALID_PIN
-} peripheral_handle_error_e;
+ MOTION_HANDLE_ERROR_NONE = 0, /**< Successful */
+ MOTION_HANDLE_ERROR_NOT_OPEN,
+ MOTION_HANDLE_ERROR_INVALID_PIN
+} resource_infrared_motion_handle_error_e;
typedef void (*resource_infrared_motion_interrupted_cb) (uint32_t motion_value, void *user_data);