9 lines
250 B
Python
9 lines
250 B
Python
"""
|
|
@brief This file transfers control of versioning to the user.
|
|
@details Template configuration file. Copy this folder to the TMTC commander root and adapt
|
|
it to your needs.
|
|
"""
|
|
SW_NAME = "eive"
|
|
SW_VERSION = 1
|
|
SW_SUBVERSION = 1
|