ustruct -> struct in design_guide.rst
This commit is contained in:
parent
079c20e58e
commit
6a63ff096a
|
@ -441,10 +441,10 @@ buffers.
|
|||
Examples
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
ustruct.pack
|
||||
struct.pack
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Use `ustruct.pack_into` instead of `ustruct.pack`.
|
||||
Use `struct.pack_into` instead of `struct.pack`.
|
||||
|
||||
Sensor properties and units
|
||||
--------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue