Make devicestate.version something that only the device code cares about

This commit is contained in:
Kevin Hester
2020-03-03 13:46:11 -08:00
parent f5271f5c79
commit 46dab2d496
4 changed files with 18 additions and 21 deletions

View File

@@ -49,7 +49,6 @@ PB_BIND(ToRadio, ToRadio, 2)
#ifndef PB_CONVERT_DOUBLE_FLOAT
/* On some platforms (such as AVR), double is really float.
* To be able to encode/decode double on these platforms, you need.