123456789101112131415161718 |
- /*
- 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.
- */
-
- #ifndef CUSTOM_H
- #define CUSTOM_H
- #define CUSTOM_DEVICE_TYPE ((UCHAR) 1)
- #define CUSTOM_TX_TYPE ((UCHAR) 1)
- #define CUSTOM_MSG_PERIOD ((USHORT) 32768)
- #endif
|