Mini_croe_Sick/User/device/device.h
2025-04-10 15:13:39 +08:00

8 lines
151 B
C

#pragma once
#define DEVICE_OK (0)
#define DEVICE_ERR (-1)
#define DEVICE_ERR_NULL (-2)
#define DEVICE_ERR_INITED (-3)
#define DEVICE_ERR_NO_DEV (-4)