Skip to content

Commit

Permalink
Update datagram.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Riggs authored Jan 11, 2019
1 parent 4897447 commit fb7a843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It requires `heartrateLED.elf` from the `amm-tiny` repo to be on the k66f.
* -1 if `len` > `SPI_MSG_PAYLOAD_LEN`
* -2 if no space available to send message

#### `spi_callback`
#### `*spi_callback`
The `spi_callback` variable is a callback for received messages.

extern void (*spi_callback)(struct spi_packet*);
Expand Down

0 comments on commit fb7a843

Please sign in to comment.