Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Feb 11, 2025
1 parent 468cd52 commit f8610ed
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,8 @@ void reportBoardIssue(IssueReportRequest report,
* @param x Chip X coordinate
* @param y Chip Y coordinate
* @param address Address to write to
* @param httpServletRequest The request with data to write
* @param bytes Data to write
* @param response Eventual response once request is complete
*/
@POST
@Description("Write data to job boards.")
Expand All @@ -604,7 +605,7 @@ void writeDataToJob(
* @param y Chip Y coordinate
* @param address Address to read from
* @param size Number of bytes to read
* @param httpServletResponse The response to write data to
* @param response Filled out with bytes read.
*/
@GET
@Description("Read data from job boards.")
Expand Down

0 comments on commit f8610ed

Please sign in to comment.