From: Martin Mares Date: Wed, 26 Feb 2020 22:28:39 +0000 (+0100) Subject: BSB: Clarified interface X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=b91e020fa3ccc10c68201d5efd718b61ba4a9552;p=home-hw.git BSB: Clarified interface --- diff --git a/bsb/firmware/interface.h b/bsb/firmware/interface.h index 3f8b42b..6be9f8a 100644 --- a/bsb/firmware/interface.h +++ b/bsb/firmware/interface.h @@ -15,8 +15,8 @@ * Vendor-defined request 0x00 sends struct bsb_stats in little endian. * * 0x01 = bulk endpoint - * Used for sending frames to BSB. Accepts BSB frames. CRC will be calculated - * automatically. + * Used for sending frames to BSB. Accepts BSB frames. Sender address and CRC + * will be recalculated. * * 0x82 = interrupt endpoint * Used for receiving frames from BSB and status reports on sent frames.