1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

atusb/fw: Bump version to 0.3 after adding EUI64 read/write handling

This commit is contained in:
Stefan Schmidt
2015-12-30 11:55:24 +01:00
parent 583a7b72ee
commit fde38d59e3
2 changed files with 3 additions and 2 deletions

View File

@@ -23,10 +23,11 @@
* 0.0 initial release
* 0.1 addition of ATUSB_TEST
* 0.2 First public release
* 0.3 ATUSB_EUI64_READ/WRITE for permanent EUI64 handling
*/
#define EP0ATUSB_MAJOR 0 /* EP0 protocol, major revision */
#define EP0ATUSB_MINOR 2 /* EP0 protocol, minor revision */
#define EP0ATUSB_MINOR 3 /* EP0 protocol, minor revision */
#define HW_TYPE_100813 0 /* 2010-08-13 */
#define HW_TYPE_101216 1 /* 2010-12-16 */