Удалил странный unicode-символ

This commit is contained in:
VladislavOstapov 2024-09-29 10:33:56 +03:00
parent bfe2dd30bf
commit f4d0a0ba0c

View File

@ -35,7 +35,7 @@
#define SI4710_CMD_GET_REV 0x10 ///< Returns revision information on the device. #define SI4710_CMD_GET_REV 0x10 ///< Returns revision information on the device.
#define SI4710_CMD_POWER_DOWN 0x11 ///< Power down device #define SI4710_CMD_POWER_DOWN 0x11 ///< Power down device
#define SI4710_CMD_SET_PROPERTY 0x12 ///< Sets the value of a property. #define SI4710_CMD_SET_PROPERTY 0x12 ///< Sets the value of a property.
#define SI4710_CMD_GET_PROPERTY 0x13 ///< Retrieves a propertys value. #define SI4710_CMD_GET_PROPERTY 0x13 ///< Retrieves a property's value.
#define SI4710_CMD_GET_INT_STATUS 0x14 ///< Read interrupt status bits. #define SI4710_CMD_GET_INT_STATUS 0x14 ///< Read interrupt status bits.
#define SI4710_CMD_PATCH_ARGS \ #define SI4710_CMD_PATCH_ARGS \
0x15 ///< Reserved command used for patch file downloads. 0x15 ///< Reserved command used for patch file downloads.