1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 01:35:35 +03:00

Rename MSP2_INAV_TZ and MSP2_INAV_SET_TZ

MSP2_COMMON_TZ and MSP2_COMMON_SET_TZ are the new names. Also,
move the definitions to the file msp_protocol_v2_common.h
This commit is contained in:
Alberto García Hierro 2017-09-11 12:21:18 +01:00
parent aff0bd9e38
commit 8158d555fa
4 changed files with 22 additions and 4 deletions

View file

@ -16,5 +16,3 @@
*/
//#define MSP2_INAV_STATUS 0x1000
#define MSP2_INAV_TZ 0x1001 //out message Gets the TZ offset for the local time (returns: minutes(i16))
#define MSP2_INAV_SET_TZ 0x1002 //in message Sets the TZ offset for the local time (args: minutes(i16))