OSVR / OSVR-HDK-MCU-Firmware

Firmware source for the main Atmel microcontroller in HMDs related to the OSVR HDK
13 stars 6 forks source link

Fix compiler warning #18

Closed hukidd closed 7 years ago

hukidd commented 7 years ago

This changelist has compiled with different configurations(dSight_Sharp_LCD, HDK_20, HDK_20_SVR,HDK_OLED,HDK_Sharp_LCD), the result is OK. I have only HDK2.0 device, I have used OSVR app to test this changelist. The result is ok. I have also used Command Prompt in Atmel Studio to run make all in Source Code/Embedded/makefile-build , The result is same with original code, Hex files have been created for dSight_Sharp_LCD, HDK_20,HDK_20_SVR, HDK_OLED and HDK_Sharp_LCD. But there are the below message both in original code and with this changelist. [HDK_20] Generating HDK_20/command_parts.json 'jq' 不是內部或外部命令、可執行的程式或批次檔。 add_variant.mk:144: recipe for target 'HDK_20/command_parts.json' failed

rpavlik commented 7 years ago

Looks good, thank you!