Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
85: Imix app: dont print error for enoack r=ppannuto a=hudson-ayers Currently, the Imix test app will print `Error sending packet -13` if a receiving device is not also active nearby and acking packets sent by the sender. This is a result of the 15.4 stack now correctly returning ENOACK when packets are transmitted successfully but not Acked (tock/tock#758). This PR fixes the Imix app to not indicate an error if TOCK_ENOACK is returned when sending a 15.4 packet. It also removes the "kernel" comment to reflect that LED(0) is no longer the led labeled "kernel" as that LED is no longer accessible from userspace. Co-authored-by: Hudson Ayers <[email protected]>
- Loading branch information