12345678910111213141516171819202122 |
- /*
- This software is subject to the license described in the License.txt file
- included with this software distribution. You may not use this file except in compliance
- with this license.
- Copyright (c) Dynastream Innovations Inc. 2012
- All rights reserved.
- */
- #if !defined(__CONFIG_H)
- #define __CONFIG_H
- // Version Information
- #define SW_VER_PPP "AJR"
- #define SW_VER_NUM "2.0"
- #define SW_VER_DEV "00"
- #define SW_VER_SUFFIX ""
- #define SW_VER SW_VER_PPP SW_VER_NUM SW_VER_DEV SW_VER_SUFFIX
- #define SW_DESCR ""
- #define SIM_AJR
- #endif // !defined(CONFIG_H)
|