From 15f9d3942b39ab73e713ad26093374c0745b841b Mon Sep 17 00:00:00 2001 From: YOUR_NAME Date: Sun, 23 Jan 2022 18:19:47 -0800 Subject: [PATCH] fix: code correction Signed-off-by: YOUR_NAME --- include/core/hdf_io_service_if.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/hdf_io_service_if.h b/include/core/hdf_io_service_if.h index 16aa7805..220eba78 100644 --- a/include/core/hdf_io_service_if.h +++ b/include/core/hdf_io_service_if.h @@ -48,7 +48,7 @@ struct HdfIoService; */ typedef enum { DEVICE_CLASS_DEFAULT = 0x1 << 0, /** Default device */ - DEVICE_CLASS_PALT = 0x1 << 1, /** Platform device */ + DEVICE_CLASS_PLAT = 0x1 << 1, /** Platform device */ DEVICE_CLASS_SENSOR = 0x1 << 2, /** Sensor device */ DEVICE_CLASS_INPUT = 0x1 << 3, /** Input device */ DEVICE_CLASS_DISPLAY = 0x1 << 4, /** Display device */