kopia lustrzana https://github.com/Hamlib/Hamlib
Comments
rodzic
81a0c521e7
commit
472293cd57
include/hamlib
rigs/dummy
|
@ -238,7 +238,7 @@ typedef enum {
|
|||
*/
|
||||
enum rot_level_e {
|
||||
ROT_LEVEL_NONE = 0, /*!< '' -- No Level */
|
||||
ROT_LEVEL_SPEED = (1 << 0), /*!< \c SPEED -- Rotation speed, arg int (1-100) */
|
||||
ROT_LEVEL_SPEED = (1 << 0), /*!< \c SPEED -- Rotation speed, arg int (default range 1-100 if not specified) */
|
||||
ROT_LEVEL_63 = CONSTANT_64BIT_FLAG(63), /*!< \c Future use, last level */
|
||||
};
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Hamlib Dummy backend - shard routines
|
||||
* Hamlib Dummy backend - shared routines
|
||||
* Copyright (c) 2020 by Mikael Nousiainen
|
||||
*
|
||||
*
|
||||
|
|
Ładowanie…
Reference in New Issue