Feature/port avr build check (#35)

* fix atmega168 build.

* remove time.h to solve AVR compile

* Add AVR build to CI for compile check
This commit is contained in:
Steve Karg
2020-01-19 20:33:03 -06:00
committed by GitHub
parent 738ef825b0
commit c9399ce501
7 changed files with 19 additions and 6 deletions
+1
View File
@@ -122,6 +122,7 @@ void apdu_handler(
handler_unrecognized_service(service_request,
service_request_len, src, &service_data);
}
(void)len;
break;
case PDU_TYPE_UNCONFIRMED_SERVICE_REQUEST:
service_choice = apdu[1];