Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tekka007 authored Aug 29, 2016
1 parent d5b0d83 commit 0953739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ typedef struct {<br/>
} RequestFirmwareBlock;<br/>
</p>
<li>the gateway (the controller) responds with a ResponseFirmwareBlock including the specific block of the compiled firmware:
</ul>
<p>
typedef struct {<br/>
&nbsp;uint16_t type;<br/>
Expand All @@ -45,3 +44,4 @@ typedef struct {<br/>
&nbsp;uint8_t data[FIRMWARE_BLOCK_SIZE];<br/>
} ResponseFirmwareBlock;<br/>
</p>
</ul>

0 comments on commit 0953739

Please sign in to comment.