Skip to content

Commit

Permalink
fix typo in documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall-Scharpf committed Feb 10, 2025
1 parent cd3c95b commit 193f700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-bindings/spitarget/SPITarget.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(spitarget_spi_target___exit___obj, 4,
//| """Queue data for the next SPI transfer from the main device.
//| If a packet has already been queued for this SPI bus but has not yet been transferred, an error will be raised.
//|
//| :param bytearray miso_packet: Packet data to be sent from secondary to main on next request."""
//| :param bytearray miso_packet: Packet data to be sent from secondary to main on next request.
//| :param bytearray mosi_packet: Packet to be filled with data from main on next request."""
//|
STATIC mp_obj_t spitarget_spi_target_load_packet(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) {
Expand Down

0 comments on commit 193f700

Please sign in to comment.